aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/err/err.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-03-05 20:13:37 +0000
committerBodo Möller <bodo@openssl.org>2001-03-05 20:13:37 +0000
commit65e8167079b9d7d3195436a78d6520ff47cf6780 (patch)
treebef2ae8cde8fa213410048a1fa7a4b4c4012c61b /crypto/err/err.c
parent757a8b46217d4df6ffbdd3a0607094edd1eefb87 (diff)
downloadopenssl-65e8167079b9d7d3195436a78d6520ff47cf6780.tar.gz
Move ec.h to ec2.h because it is not compatible with what we will use.
Add EC vaporware: change relevant Makefiles and add some empty source files. "make update".
Diffstat (limited to 'crypto/err/err.c')
-rw-r--r--crypto/err/err.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/err/err.c b/crypto/err/err.c
index 4f7a2ce4ac..2d8b5f62af 100644
--- a/crypto/err/err.c
+++ b/crypto/err/err.c
@@ -164,6 +164,7 @@ static ERR_STRING_DATA ERR_str_libraries[]=
{ERR_PACK(ERR_LIB_DSO,0,0) ,"DSO support routines"},
{ERR_PACK(ERR_LIB_ENGINE,0,0) ,"engine routines"},
{ERR_PACK(ERR_LIB_OCSP,0,0) ,"OCSP routines"},
+{ERR_PACK(ERR_LIB_EC,0,0) ,"EC routines"},
{0,NULL},
};