aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/err/err.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-02-18 12:14:57 +0000
committerRichard Levitte <levitte@openssl.org>2003-02-18 12:14:57 +0000
commit758f942b882ce8a9047595512f99a91a43060876 (patch)
tree90b733be79bd0d6d0a6beb1c073ce39967b90a1a /crypto/err/err.c
parent26e97244588fef483bb905cd7947004fd0cf3569 (diff)
downloadopenssl-758f942b882ce8a9047595512f99a91a43060876.tar.gz
Make the no-err option work properly
Diffstat (limited to 'crypto/err/err.c')
-rw-r--r--crypto/err/err.c2
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