aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/err/err_all.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-03-08 12:14:25 +0000
committerBodo Möller <bodo@openssl.org>2001-03-08 12:14:25 +0000
commitde10f6900d71a9db99d41ded7227700ac1580bdb (patch)
tree4467b82b609285113d806607e6d8ddc13363a26e /crypto/err/err_all.c
parentadfe54b7beb931fa0a717fc2831bada8b4f4fa16 (diff)
downloadopenssl-de10f6900d71a9db99d41ded7227700ac1580bdb.tar.gz
Sort openssl.ec, the configuration file for mkerr.pl.
Change mkerr.pl so that it puts the ERR_load_..._strings() prototype in header files that it writes.
Diffstat (limited to 'crypto/err/err_all.c')
-rw-r--r--crypto/err/err_all.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c
index 7815378ccb..2ca5bef136 100644
--- a/crypto/err/err_all.c
+++ b/crypto/err/err_all.c
@@ -59,6 +59,7 @@
#include <stdio.h>
#include <openssl/asn1.h>
#include <openssl/bn.h>
+#include <openssl/ec.h>
#include <openssl/buffer.h>
#include <openssl/bio.h>
#ifndef OPENSSL_NO_RSA
@@ -91,7 +92,7 @@ void ERR_load_crypto_strings(void)
done=1;
#ifndef OPENSSL_NO_ERR
ERR_load_ERR_strings(); /* include error strings for SYSerr */
- ERR_load_BN_strings()
+ ERR_load_BN_strings();
#ifndef OPENSSL_NO_RSA
ERR_load_RSA_strings();
#endif