diff options
author | Richard Levitte <levitte@openssl.org> | 2003-02-18 13:14:57 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2003-02-18 13:14:57 +0100 |
commit | 758f942b882ce8a9047595512f99a91a43060876 (patch) | |
tree | 90b733be79bd0d6d0a6beb1c073ce39967b90a1a /crypto/err | |
parent | Remove "+Olibcalls" option from HPUX targets. (diff) | |
download | openssl-758f942b882ce8a9047595512f99a91a43060876.tar.xz openssl-758f942b882ce8a9047595512f99a91a43060876.zip |
Make the no-err option work properly
Diffstat (limited to 'crypto/err')
-rw-r--r-- | crypto/err/err.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/err/err.c b/crypto/err/err.c index 85ff9a52dd..1f943c82a0 100644 --- a/crypto/err/err.c +++ b/crypto/err/err.c @@ -212,6 +212,7 @@ static ERR_STRING_DATA ERR_str_reasons[]= {0,NULL}, }; +#endif /* Define the predeclared (but externally opaque) "ERR_FNS" type */ @@ -492,6 +493,7 @@ static int int_err_get_next_lib(void) } +#ifndef OPENSSL_NO_ERR #define NUM_SYS_STR_REASONS 127 #define LEN_SYS_STR_REASON 32 |