projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7476f3a
)
Oops! Remove junk...
author
Andy Polyakov
<appro@openssl.org>
Sat, 31 Dec 2005 14:54:22 +0000
(14:54 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Sat, 31 Dec 2005 14:54:22 +0000
(14:54 +0000)
crypto/dso/dso_lib.c
patch
|
blob
|
history
diff --git
a/crypto/dso/dso_lib.c
b/crypto/dso/dso_lib.c
index 8330c7d3876b29b7c7a8eb8576ce719bad016694..f4d148c24ad3a0030f966737c34cb887c0041d19 100644
(file)
--- 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);