From 365e14622a810d619f78f1f683580a7d2a353f60 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Wed, 15 Jan 2003 11:47:28 +0000 Subject: [PATCH] update error library for EC... changes Submitted by: Nils Larsch --- crypto/err/err_all.c | 12 ++++++++++++ crypto/err/openssl.ec | 1 - 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c index 90029fd159..812ab7cbe6 100644 --- a/crypto/err/err_all.c +++ b/crypto/err/err_all.c @@ -73,6 +73,12 @@ #ifndef OPENSSL_NO_DSA #include #endif +#ifndef OPENSSL_NO_ECDSA +#include +#endif +#ifndef OPENSSL_NO_ECDH +#include +#endif #include #include #include @@ -114,6 +120,12 @@ void ERR_load_crypto_strings(void) ERR_load_CRYPTO_strings(); #ifndef OPENSSL_NO_EC ERR_load_EC_strings(); +#endif +#ifndef OPENSSL_NO_ECDSA + ERR_load_ECDSA_strings(); +#endif +#ifndef OPENSSL_NO_ECDH + ERR_load_ECDH_strings(); #endif /* skip ERR_load_SSL_strings() because it is not in this library */ ERR_load_BIO_strings(); diff --git a/crypto/err/openssl.ec b/crypto/err/openssl.ec index 38d68f23e7..3ac40512d2 100644 --- a/crypto/err/openssl.ec +++ b/crypto/err/openssl.ec @@ -33,7 +33,6 @@ L ECDH crypto/ecdh/ecdh.h crypto/ecdh/ech_err.c # additional header files to be scanned for function names L NONE crypto/x509/x509_vfy.h NONE L NONE crypto/ec/ec_lcl.h NONE -L NONE crypto/ecdsa/ecs_locl.h NONE F RSAREF_F_RSA_BN2BIN -- 2.34.1