From b28ec124204a59a866af72f807ef96487f0862e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Thu, 8 Mar 2001 19:34:14 +0000 Subject: Fixes to make 'no-ec' work (it should not turn 'objects' into 'objts' for example) --- crypto/err/err_all.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crypto/err') diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c index 2ca5bef136..b088de65f5 100644 --- a/crypto/err/err_all.c +++ b/crypto/err/err_all.c @@ -59,7 +59,9 @@ #include #include #include +#ifndef OPENSSL_NO_EC #include +#endif #include #include #ifndef OPENSSL_NO_RSA @@ -110,7 +112,9 @@ void ERR_load_crypto_strings(void) ERR_load_ASN1_strings(); ERR_load_CONF_strings(); ERR_load_CRYPTO_strings(); +#ifndef OPENSSL_NO_EC ERR_load_EC_strings(); +#endif /* skip ERR_load_SSL_strings() because it is not in this library */ ERR_load_BIO_strings(); ERR_load_PKCS7_strings(); -- cgit v1.2.3