mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Avoid yet another name clash with libdes, and make the declaration consistent
with the definition.
This commit is contained in:
parent
da9b972466
commit
44c09667ff
@ -63,5 +63,9 @@
|
||||
# define OPENSSL_EXTERN OPENSSL_EXPORT
|
||||
#endif
|
||||
|
||||
OPENSSL_EXTERN char *DES_version; /* SSLeay version string */
|
||||
OPENSSL_EXTERN char *libdes_version; /* old libdes version string */
|
||||
/* The following macros make sure the names are different from libdes names */
|
||||
#define DES_version OSSL_DES_version
|
||||
#define libdes_version OSSL_libdes_version
|
||||
|
||||
OPENSSL_EXTERN const char *OSSL_DES_version; /* SSLeay version string */
|
||||
OPENSSL_EXTERN const char *OSSL_libdes_version; /* old libdes version string */
|
||||
|
@ -57,6 +57,7 @@
|
||||
*/
|
||||
|
||||
#include "des_locl.h"
|
||||
#include "des_ver.h"
|
||||
#include "spr.h"
|
||||
#include <openssl/opensslv.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user