From b23f50e67eecb7a381e5ed90b11eb438af596316 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 16 Jul 2002 08:02:31 +0000 Subject: Some older code (never committed) wasn't converted to the new format. Corrected. --- 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 23ccfc00c5..ac783e2796 100644 --- a/crypto/dso/dso_err.c +++ b/crypto/dso/dso_err.c @@ -116,6 +116,7 @@ static ERR_STRING_DATA DSO_str_reasons[]= {DSO_R_LOAD_FAILED ,"could not load the shared library"}, {DSO_R_NAME_TRANSLATION_FAILED ,"name translation failed"}, {DSO_R_NO_FILENAME ,"no filename"}, +{DSO_R_NO_FILE_SPECIFICATION ,"no file specification"}, {DSO_R_NULL_HANDLE ,"a null shared library handle was used"}, {DSO_R_SET_FILENAME_FAILED ,"set filename failed"}, {DSO_R_STACK_ERROR ,"the meth_data stack is corrupt"}, -- cgit v1.2.3