/[inetutils]/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.5 by alainm, Thu Jul 6 04:21:08 2000 UTC revision 1.6 by gray, Tue Oct 11 11:18:51 2005 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.5  
changed lines
  Added in v.1.6

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