(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:
@@ -224,7 +224,7 @@ ENGINE_by_dso(const char *path, const char *id)
|
||||
|
||||
handle = dlopen(path, RTLD_NOW);
|
||||
if (handle == NULL) {
|
||||
printf("error: %s\n", dlerror());
|
||||
/* printf("error: %s\n", dlerror()); */
|
||||
free(engine);
|
||||
return NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user