Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/ttssh2/ttxssh/cipher-3des1.c

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

revision 10529 by zmatsuo, Sat Jan 21 17:41:55 2023 UTC revision 10648 by nmaya, Tue Mar 28 14:12:32 2023 UTC
# Line 123  static int ssh1_3des_cleanup(EVP_CIPHER_ Line 123  static int ssh1_3des_cleanup(EVP_CIPHER_
123          return 1;          return 1;
124  }  }
125    
126    #if !defined(LIBRESSL_VERSION_NUMBER) || LIBRESSL_VERSION_NUMBER <= 0x3040300fL || LIBRESSL_VERSION_NUMBER >= 0x3070100fL
127  const EVP_CIPHER *evp_ssh1_3des(void)  const EVP_CIPHER *evp_ssh1_3des(void)
128  {  {
129  #ifndef LIBRESSL_VERSION_NUMBER  #if !defined(LIBRESSL_VERSION_NUMBER) || LIBRESSL_VERSION_NUMBER >= 0x3070100fL
130          static EVP_CIPHER *p = NULL;          static EVP_CIPHER *p = NULL;
131    
132          if (p == NULL) {          if (p == NULL) {
# Line 155  const EVP_CIPHER *evp_ssh1_3des(void) Line 156  const EVP_CIPHER *evp_ssh1_3des(void)
156          return (&ssh1_3des);          return (&ssh1_3des);
157  #endif  #endif
158  }  }
159    #endif

Legend:
Removed from v.10529  
changed lines
  Added in v.10648

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26