/[shishi]/inetutils/libtelnet/encrypt.c
ViewVC logotype

Diff of /inetutils/libtelnet/encrypt.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by jas, Fri Sep 12 16:22:49 2003 UTC revision 1.2 by npo, Fri Sep 26 15:16:56 2003 UTC
# Line 104  static long remote_supports_encrypt = 0; Line 104  static long remote_supports_encrypt = 0;
104  static long remote_supports_decrypt = 0;  static long remote_supports_decrypt = 0;
105    
106  static Encryptions encryptions[] = {  static Encryptions encryptions[] = {
107  #ifdef  DES_ENCRYPTION  #if defined (DES_ENCRYPTION) || defined (SHISHI)
108      { "DES_CFB64",      ENCTYPE_DES_CFB64,      { "DES_CFB64",      ENCTYPE_DES_CFB64,
109                          cfb64_encrypt,                          cfb64_encrypt,
110                          cfb64_decrypt,                          cfb64_decrypt,

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26