From 8e961835063985d61b5131dc4c912e565918d8a3 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 5 Jan 2001 03:31:51 +0000 Subject: Modify OCSP API to more closely reflect application needs. Add OCSP library name to error code. --- crypto/err/err.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/err') diff --git a/crypto/err/err.c b/crypto/err/err.c index 1f517cb5f4..fdf7746948 100644 --- a/crypto/err/err.c +++ b/crypto/err/err.c @@ -163,6 +163,7 @@ static ERR_STRING_DATA ERR_str_libraries[]= {ERR_PACK(ERR_LIB_RAND,0,0) ,"random number generator"}, {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"}, {0,NULL}, }; -- cgit v1.2.3