diff options
Diffstat (limited to 'src/lib/libcrypto/des/des_ver.h')
| -rw-r--r-- | src/lib/libcrypto/des/des_ver.h | 6 |
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 | ||
| 65 | OPENSSL_EXTERN const char OSSL_DES_version[]; /* SSLeay version string */ | 63 | extern const char OSSL_DES_version[]; /* SSLeay version string */ |
| 66 | OPENSSL_EXTERN const char OSSL_libdes_version[]; /* old libdes version string */ | 64 | extern const char OSSL_libdes_version[]; /* old libdes version string */ |
