summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/des/des_ver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/des/des_ver.h')
-rw-r--r--src/lib/libcrypto/des/des_ver.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/libcrypto/des/des_ver.h b/src/lib/libcrypto/des/des_ver.h
index b4a6ffdc39..bd056ba23b 100644
--- a/src/lib/libcrypto/des/des_ver.h
+++ b/src/lib/libcrypto/des/des_ver.h
@@ -56,11 +56,9 @@
56 * [including the GNU Public Licence.] 56 * [including the GNU Public Licence.]
57 */ 57 */
58 58
59#include <openssl/e_os2.h>
60
61/* The following macros make sure the names are different from libdes names */ 59/* The following macros make sure the names are different from libdes names */
62#define DES_version OSSL_DES_version 60#define DES_version OSSL_DES_version
63#define libdes_version OSSL_libdes_version 61#define libdes_version OSSL_libdes_version
64 62
65OPENSSL_EXTERN const char OSSL_DES_version[]; /* SSLeay version string */ 63extern const char OSSL_DES_version[]; /* SSLeay version string */
66OPENSSL_EXTERN const char OSSL_libdes_version[]; /* old libdes version string */ 64extern const char OSSL_libdes_version[]; /* old libdes version string */