diff options
Diffstat (limited to 'src/lib/libssl/src/apps/gendsa.c')
-rw-r--r-- | src/lib/libssl/src/apps/gendsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/apps/gendsa.c b/src/lib/libssl/src/apps/gendsa.c index 612bdfbc1d..5c9ec7d24b 100644 --- a/src/lib/libssl/src/apps/gendsa.c +++ b/src/lib/libssl/src/apps/gendsa.c | |||
@@ -266,7 +266,7 @@ end: | |||
266 | if (in != NULL) BIO_free(in); | 266 | if (in != NULL) BIO_free(in); |
267 | if (out != NULL) BIO_free_all(out); | 267 | if (out != NULL) BIO_free_all(out); |
268 | if (dsa != NULL) DSA_free(dsa); | 268 | if (dsa != NULL) DSA_free(dsa); |
269 | if(passout) OPENSSL_free(passout); | 269 | if(passout) free(passout); |
270 | apps_shutdown(); | 270 | apps_shutdown(); |
271 | OPENSSL_EXIT(ret); | 271 | OPENSSL_EXIT(ret); |
272 | } | 272 | } |