Loading apps/asn1pars.c +1 −1 Original line number Diff line number Diff line Loading @@ -361,7 +361,7 @@ end: if (osk != NULL) sk_free(osk); OBJ_cleanup(); apps_shutdown(); EXIT(ret); OPENSSL_EXIT(ret); } static int do_generate(BIO *bio, char *genstr, char *genconf, BUF_MEM *buf) Loading apps/ca.c +1 −1 Original line number Diff line number Diff line Loading @@ -1652,7 +1652,7 @@ err: NCONF_free(conf); OBJ_cleanup(); apps_shutdown(); EXIT(ret); OPENSSL_EXIT(ret); } static void lookup_fail(char *name, char *tag) Loading apps/ciphers.c +1 −1 Original line number Diff line number Diff line Loading @@ -203,6 +203,6 @@ end: if (ssl != NULL) SSL_free(ssl); if (STDout != NULL) BIO_free_all(STDout); apps_shutdown(); EXIT(ret); OPENSSL_EXIT(ret); } apps/crl.c +1 −1 Original line number Diff line number Diff line Loading @@ -377,7 +377,7 @@ end: X509_STORE_free(store); } apps_shutdown(); EXIT(ret); OPENSSL_EXIT(ret); } static X509_CRL *load_crl(char *infile, int format) Loading apps/crl2p7.c +1 −1 Original line number Diff line number Diff line Loading @@ -280,7 +280,7 @@ end: if (crl != NULL) X509_CRL_free(crl); apps_shutdown(); EXIT(ret); OPENSSL_EXIT(ret); } /* Loading Loading
apps/asn1pars.c +1 −1 Original line number Diff line number Diff line Loading @@ -361,7 +361,7 @@ end: if (osk != NULL) sk_free(osk); OBJ_cleanup(); apps_shutdown(); EXIT(ret); OPENSSL_EXIT(ret); } static int do_generate(BIO *bio, char *genstr, char *genconf, BUF_MEM *buf) Loading
apps/ca.c +1 −1 Original line number Diff line number Diff line Loading @@ -1652,7 +1652,7 @@ err: NCONF_free(conf); OBJ_cleanup(); apps_shutdown(); EXIT(ret); OPENSSL_EXIT(ret); } static void lookup_fail(char *name, char *tag) Loading
apps/ciphers.c +1 −1 Original line number Diff line number Diff line Loading @@ -203,6 +203,6 @@ end: if (ssl != NULL) SSL_free(ssl); if (STDout != NULL) BIO_free_all(STDout); apps_shutdown(); EXIT(ret); OPENSSL_EXIT(ret); }
apps/crl.c +1 −1 Original line number Diff line number Diff line Loading @@ -377,7 +377,7 @@ end: X509_STORE_free(store); } apps_shutdown(); EXIT(ret); OPENSSL_EXIT(ret); } static X509_CRL *load_crl(char *infile, int format) Loading
apps/crl2p7.c +1 −1 Original line number Diff line number Diff line Loading @@ -280,7 +280,7 @@ end: if (crl != NULL) X509_CRL_free(crl); apps_shutdown(); EXIT(ret); OPENSSL_EXIT(ret); } /* Loading