diff options
Diffstat (limited to 'apps/rand.c')
-rw-r--r-- | apps/rand.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/rand.c b/apps/rand.c index e159da37be..45f16b9094 100644 --- a/apps/rand.c +++ b/apps/rand.c @@ -222,8 +222,7 @@ int MAIN(int argc, char **argv) err: ERR_print_errors(bio_err); - if (out) - BIO_free_all(out); + BIO_free_all(out); apps_shutdown(); OPENSSL_EXIT(ret); } |