diff options
author | jsing <> | 2014-05-22 17:53:00 +0000 |
---|---|---|
committer | jsing <> | 2014-05-22 17:53:00 +0000 |
commit | 6ad0ba42a7ed2a0a965264f958d1610e77ea3392 (patch) | |
tree | a9c417fe63b3c1f21c7f955e6f9898066cdbe0ea /src/lib/libcrypto/des/ecb_enc.c | |
parent | 44969861a5fe3788fcc9114e6b407a669e709ad0 (diff) | |
download | openbsd-6ad0ba42a7ed2a0a965264f958d1610e77ea3392.tar.gz openbsd-6ad0ba42a7ed2a0a965264f958d1610e77ea3392.tar.bz2 openbsd-6ad0ba42a7ed2a0a965264f958d1610e77ea3392.zip |
Expand the OPENSSL_{GLOBAL,EXPORT,IMPORT,EXTERN} macros - this rids the
libssl tree from all uses of these defines.
ok miod@
Diffstat (limited to 'src/lib/libcrypto/des/ecb_enc.c')
-rw-r--r-- | src/lib/libcrypto/des/ecb_enc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/des/ecb_enc.c b/src/lib/libcrypto/des/ecb_enc.c index f357333b97..b07916758f 100644 --- a/src/lib/libcrypto/des/ecb_enc.c +++ b/src/lib/libcrypto/des/ecb_enc.c | |||
@@ -61,8 +61,8 @@ | |||
61 | #include <openssl/opensslv.h> | 61 | #include <openssl/opensslv.h> |
62 | #include <openssl/bio.h> | 62 | #include <openssl/bio.h> |
63 | 63 | ||
64 | OPENSSL_GLOBAL const char libdes_version[]="libdes" OPENSSL_VERSION_PTEXT; | 64 | const char libdes_version[]="libdes" OPENSSL_VERSION_PTEXT; |
65 | OPENSSL_GLOBAL const char DES_version[]="DES" OPENSSL_VERSION_PTEXT; | 65 | const char DES_version[]="DES" OPENSSL_VERSION_PTEXT; |
66 | 66 | ||
67 | const char *DES_options(void) | 67 | const char *DES_options(void) |
68 | { | 68 | { |