summaryrefslogtreecommitdiff
path: root/lib/libcrypto/dsa
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypto/dsa')
-rw-r--r--lib/libcrypto/dsa/dsa_meth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/dsa/dsa_meth.c b/lib/libcrypto/dsa/dsa_meth.c
index 2cb0426d430..40cd05937a5 100644
--- a/lib/libcrypto/dsa/dsa_meth.c
+++ b/lib/libcrypto/dsa/dsa_meth.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dsa_meth.c,v 1.4 2022/07/04 12:22:32 tb Exp $ */
+/* $OpenBSD: dsa_meth.c,v 1.5 2022/07/11 05:33:14 bcook Exp $ */
/*
* Copyright (c) 2018 Theo Buehler <tb@openbsd.org>
*
@@ -43,7 +43,7 @@ void
DSA_meth_free(DSA_METHOD *meth)
{
if (meth == NULL)
- return
+ return;
free(meth->name);
free(meth);