Changeset 52 for trunk/src/samhain.c
- Timestamp:
- Jul 24, 2006, 11:01:29 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/samhain.c
r34 r52 1449 1449 1450 1450 #if (defined(WITH_GPG) || defined(WITH_PGP)) 1451 /* do nothing -- we exit earlier if error 1452 if (0 != sh_gpg_check_sign (1)) 1453 aud_exit(FIL__, __LINE__, EXIT_FAILURE); 1454 */ 1451 /* do nothing -- we exit earlier if error */ 1455 1452 #else 1456 1453 sh_error_handle ((-1), FIL__, __LINE__, 0, MSG_START_1H, … … 1474 1471 { 1475 1472 #if (defined(WITH_GPG) || defined(WITH_PGP)) 1476 /* do nothing -- we exit earlier if error 1477 if (0 != sh_gpg_check_sign (2)) 1478 aud_exit(FIL__, __LINE__, EXIT_FAILURE); 1479 */ 1480 ; 1473 /* do nothing -- we exit earlier if error */ 1481 1474 #else 1482 1475 sh_error_handle ((-1), FIL__, __LINE__, 0, MSG_START_2H, … … 1489 1482 { 1490 1483 #if (defined(WITH_GPG) || defined(WITH_PGP)) 1491 /* do nothing -- we exit earlier if error 1492 if (0 != sh_gpg_check_sign (1)) 1493 aud_exit(FIL__, __LINE__, EXIT_FAILURE); 1494 */ 1495 ; 1484 /* do nothing -- we exit earlier if error */ 1496 1485 #else 1497 1486 sh_error_handle ((-1), FIL__, __LINE__, 0, MSG_START_1H,
Note:
See TracChangeset
for help on using the changeset viewer.