diff options
-rw-r--r-- | src/lib/libcrypto/dsa/dsa_meth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/dsa/dsa_meth.c b/src/lib/libcrypto/dsa/dsa_meth.c index 2cb0426d43..40cd05937a 100644 --- a/src/lib/libcrypto/dsa/dsa_meth.c +++ b/src/lib/libcrypto/dsa/dsa_meth.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dsa_meth.c,v 1.4 2022/07/04 12:22:32 tb Exp $ */ | 1 | /* $OpenBSD: dsa_meth.c,v 1.5 2022/07/11 05:33:14 bcook Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2018 Theo Buehler <tb@openbsd.org> | 3 | * Copyright (c) 2018 Theo Buehler <tb@openbsd.org> |
4 | * | 4 | * |
@@ -43,7 +43,7 @@ void | |||
43 | DSA_meth_free(DSA_METHOD *meth) | 43 | DSA_meth_free(DSA_METHOD *meth) |
44 | { | 44 | { |
45 | if (meth == NULL) | 45 | if (meth == NULL) |
46 | return | 46 | return; |
47 | 47 | ||
48 | free(meth->name); | 48 | free(meth->name); |
49 | free(meth); | 49 | free(meth); |