diff options
Diffstat (limited to 'apps/ciphers.c')
-rw-r--r-- | apps/ciphers.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/ciphers.c b/apps/ciphers.c index 803b021f5c..6c7ff01eea 100644 --- a/apps/ciphers.c +++ b/apps/ciphers.c @@ -227,8 +227,7 @@ int MAIN(int argc, char **argv) SSL_CTX_free(ctx); if (ssl != NULL) SSL_free(ssl); - if (STDout != NULL) - BIO_free_all(STDout); + BIO_free_all(STDout); apps_shutdown(); OPENSSL_EXIT(ret); } |