summaryrefslogtreecommitdiffstats
path: root/apps/dgst.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dgst.c')
-rw-r--r--apps/dgst.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/dgst.c b/apps/dgst.c
index 69211d34ac..a679cb9fe8 100644
--- a/apps/dgst.c
+++ b/apps/dgst.c
@@ -451,8 +451,7 @@ int dgst_main(int argc, char **argv)
sk_OPENSSL_STRING_free(sigopts);
if (macopts)
sk_OPENSSL_STRING_free(macopts);
- if (sigbuf)
- OPENSSL_free(sigbuf);
+ OPENSSL_free(sigbuf);
BIO_free(bmd);
return (ret);
}