(ENGINE_by_dso): less printf

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17091 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-16 19:39:40 +00:00
parent 902f8ff049
commit fb47cbf3b2

View File

@@ -224,7 +224,7 @@ ENGINE_by_dso(const char *path, const char *id)
handle = dlopen(path, RTLD_NOW); handle = dlopen(path, RTLD_NOW);
if (handle == NULL) { if (handle == NULL) {
printf("error: %s\n", dlerror()); /* printf("error: %s\n", dlerror()); */
free(engine); free(engine);
return NULL; return NULL;
} }