new option "openssl ciphers -V"
[openssl.git] / apps / errstr.c
index c411effcd03d4499cff5fffb96f6fd384b5c2fec..19489b0df3b7b9d7a83c924e77fc2107bce84e1e 100644 (file)
@@ -121,5 +121,6 @@ int MAIN(int argc, char **argv)
                        ret++;
                        }
                }
                        ret++;
                        }
                }
-       EXIT(ret);
+       apps_shutdown();
+       OPENSSL_EXIT(ret);
        }
        }