summaryrefslogtreecommitdiffstats
path: root/crypto/dso/dso_err.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-07-16 08:02:31 +0000
committerRichard Levitte <levitte@openssl.org>2002-07-16 08:02:31 +0000
commitb23f50e67eecb7a381e5ed90b11eb438af596316 (patch)
treea4611c597239160615acb459fd1594a8953d4748 /crypto/dso/dso_err.c
parent7fe03ed3a3260cc29ca748b2b150dab5c71844ce (diff)
Some older code (never committed) wasn't converted to the new format.
Corrected.
Diffstat (limited to 'crypto/dso/dso_err.c')
-rw-r--r--crypto/dso/dso_err.c1
1 files changed, 1 insertions, 0 deletions
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"},