diff options
author | Nils Larsch <nils@openssl.org> | 2006-11-06 20:53:39 +0100 |
---|---|---|
committer | Nils Larsch <nils@openssl.org> | 2006-11-06 20:53:39 +0100 |
commit | 1611b9ed80e4bd7edaeac59c7fe4a12c91196ceb (patch) | |
tree | cced698235688a4989284241cbba308e44b3a05f /crypto/pem/pem_xaux.c | |
parent | update md docs (diff) | |
download | openssl-1611b9ed80e4bd7edaeac59c7fe4a12c91196ceb.tar.xz openssl-1611b9ed80e4bd7edaeac59c7fe4a12c91196ceb.zip |
remove SSLEAY_MACROS code
Diffstat (limited to 'crypto/pem/pem_xaux.c')
-rw-r--r-- | crypto/pem/pem_xaux.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/pem/pem_xaux.c b/crypto/pem/pem_xaux.c index 63ce660cf1..246125186f 100644 --- a/crypto/pem/pem_xaux.c +++ b/crypto/pem/pem_xaux.c @@ -57,7 +57,6 @@ */ #include <stdio.h> -#undef SSLEAY_MACROS #include "cryptlib.h" #include <openssl/bio.h> #include <openssl/evp.h> |