Netware-specific changes,
[openssl.git] / apps / engine.c
index 3b3464a8493a5e81ec11067412d356c8b79aa121..feee965325c1c8ecf8cda566c3c7943afae8a41e 100644 (file)
@@ -520,6 +520,7 @@ skip_digests:
 
        ret=0;
 end:
+
        ERR_print_errors(bio_err);
        sk_pop_free(engines, identity);
        sk_pop_free(pre_cmds, identity);
@@ -528,4 +529,10 @@ end:
        apps_shutdown();
        OPENSSL_EXIT(ret);
        }
+#else
+
+# if PEDANTIC
+static void *dummy=&dummy;
+# endif
+
 #endif