From 68b64fb6102737bf84de9e25168abbf7e969b54b Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Fri, 30 Dec 2005 22:53:59 +0000 Subject: Add DSO_global_lookup_func implementation. See commentary in dso_lib.c for further details. --- crypto/dso/dso_err.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/dso/dso_err.c') diff --git a/crypto/dso/dso_err.c b/crypto/dso/dso_err.c index a88db0dd80..009a543445 100644 --- a/crypto/dso/dso_err.c +++ b/crypto/dso/dso_err.c @@ -108,6 +108,7 @@ static ERR_STRING_DATA DSO_str_functs[]= {ERR_FUNC(DSO_F_WIN32_SPLITTER), "WIN32_SPLITTER"}, {ERR_FUNC(DSO_F_WIN32_UNLOAD), "WIN32_UNLOAD"}, {ERR_FUNC(DSO_F_PATHBYADDR), "DSO_pathbyaddr"}, +{ERR_FUNC(DSO_F_GLOBAL_LOOKUP_FUNC), "DSO_global_lookup_func"}, {0,NULL} }; -- cgit v1.2.3