*** pgp.c Sat Jan 01 22:23:50 1994 --- SC:Sources/PGP-2.3a/pgp.c Thu Sep 30 05:05:08 1993 *************** *** 1,3 **** ! /* #define TEMP_VERSION / * if defined, temporary experimental version of PGP */ /* pgp.c -- main module for PGP. PGP: Pretty Good(tm) Privacy - public key cryptography for the masses. --- 1,5 ---- ! /* #define TEMP_VERSION * if defined, temporary experimental version of ! * PGP */ ! /* pgp.c -- main module for PGP. PGP: Pretty Good(tm) Privacy - public key cryptography for the masses. *************** *** 288,291 **** --- 290,295 ---- + #ifndef __SASC /* Under SAS/C, the compiler cares about breaks. */ + #ifdef SIGINT void breakHandler(int sig) *************** *** 308,311 **** --- 312,317 ---- #endif + #endif /* ! __SASC */ + static void clearscreen(void) *************** *** 344,349 **** #ifdef TEMP_VERSION /* temporary experimental version of PGP */ #include ! #define CREATION_DATE ((unsigned long) 0x2C18C6BCL) ! /* CREATION_DATE is Fri Jun 11 17:54:04 1993 UTC */ #define LIFESPAN ((unsigned long) 30L * (unsigned long) 86400L) /* LIFESPAN is 30 days */ --- 350,355 ---- #ifdef TEMP_VERSION /* temporary experimental version of PGP */ #include ! #define CREATION_DATE ((unsigned long) 0x2CA83038L) ! /* CREATION_DATE is 28-Sep-93 11:37 CET */ #define LIFESPAN ((unsigned long) 30L * (unsigned long) 86400L) /* LIFESPAN is 30 days */