From ff626ba5f43087f1428536111127590d96bb1097 Mon Sep 17 00:00:00 2001 From: Janpopan Date: Sun, 4 May 2014 18:13:43 +0200 Subject: Fix a wrong parameter count ERR_add_error_data --- crypto/dso/dso_dlfcn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/dso/dso_dlfcn.c') diff --git a/crypto/dso/dso_dlfcn.c b/crypto/dso/dso_dlfcn.c index 5f2254806c..4a56aace0e 100644 --- a/crypto/dso/dso_dlfcn.c +++ b/crypto/dso/dso_dlfcn.c @@ -464,7 +464,7 @@ static int dlfcn_pathbyaddr(void *addr,char *path,int sz) return len; } - ERR_add_error_data(4, "dlfcn_pathbyaddr(): ", dlerror()); + ERR_add_error_data(2, "dlfcn_pathbyaddr(): ", dlerror()); #endif return -1; } -- cgit v1.2.3