1: /* Crypto extension to pidentd. 2: This file is in the public domain. -- Planar 1994.02.22 3: 4: Description of the crypto routines. 5: */ 6: 7: extern void init_encryption (); 8: extern char *make_packet (); 9: extern void init_decryption (); 10: extern char *decrypt_packet ();