Skip to content

Commit

Permalink
Merge branch 'ffontaine/crypto/fix_NO_DES_build/OTP-18921' into maint
Browse files Browse the repository at this point in the history
  • Loading branch information
sverker committed Jan 9, 2024
2 parents 01b1c50 + f23cd4a commit 5ca515f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/crypto/c_src/openssl_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -218,14 +218,14 @@

#ifndef OPENSSL_NO_DES
# define HAVE_DES
#endif

#if OPENSSL_VERSION_NUMBER >= PACKED_OPENSSL_VERSION(0,9,7,'e')
# define HAVE_DES_ede3_cfb
#endif
# if OPENSSL_VERSION_NUMBER >= PACKED_OPENSSL_VERSION(0,9,7,'e')
# define HAVE_DES_ede3_cfb
# endif

#if OPENSSL_VERSION_NUMBER >= PACKED_OPENSSL_VERSION(0,9,7,'e')
# define HAVE_DES_ede3_cbc
# if OPENSSL_VERSION_NUMBER >= PACKED_OPENSSL_VERSION(0,9,7,'e')
# define HAVE_DES_ede3_cbc
# endif
#endif

#ifndef OPENSSL_NO_DH
Expand Down

0 comments on commit 5ca515f

Please sign in to comment.