aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dso/dso_lib.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-12-31 14:54:22 +0000
committerAndy Polyakov <appro@openssl.org>2005-12-31 14:54:22 +0000
commita1f3462bc005db71ff85d85b97a64fd2a206b05a (patch)
treea6ab012c3cbde21d62c79ee7e93f006ffc04f66c /crypto/dso/dso_lib.c
parent7476f3ac3bdbcfb4f73317d28aed35740fc74287 (diff)
downloadopenssl-a1f3462bc005db71ff85d85b97a64fd2a206b05a.tar.gz
Oops! Remove junk...
Diffstat (limited to 'crypto/dso/dso_lib.c')
-rw-r--r--crypto/dso/dso_lib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/dso/dso_lib.c b/crypto/dso/dso_lib.c
index 8330c7d387..f4d148c24a 100644
--- a/crypto/dso/dso_lib.c
+++ b/crypto/dso/dso_lib.c
@@ -289,7 +289,6 @@ DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname)
DSOerr(DSO_F_DSO_BIND_FUNC,DSO_R_UNSUPPORTED);
return(NULL);
}
-fprintf(stderr,"boo\n");
if((ret = dso->meth->dso_bind_func(dso, symname)) == NULL)
{
DSOerr(DSO_F_DSO_BIND_FUNC,DSO_R_SYM_FAILURE);