artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70bd79a
)
don't return in a void function
author
bcook
<bcook@openbsd.org>
Wed, 5 Jul 2023 20:56:29 +0000
(20:56 +0000)
committer
bcook
<bcook@openbsd.org>
Wed, 5 Jul 2023 20:56:29 +0000
(20:56 +0000)
ok tb@
lib/libcrypto/ec/ecx_methods.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/ec/ecx_methods.c
b/lib/libcrypto/ec/ecx_methods.c
index
cc757d3
..
1040ee6
100644
(file)
--- a/
lib/libcrypto/ec/ecx_methods.c
+++ b/
lib/libcrypto/ec/ecx_methods.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ecx_methods.c,v 1.
6 2023/07/02 15:02:52 tb
Exp $ */
+/* $OpenBSD: ecx_methods.c,v 1.
7 2023/07/05 20:56:29 bcook
Exp $ */
/*
* Copyright (c) 2022 Joel Sing <jsing@openbsd.org>
*
@@
-486,7
+486,7
@@
ecx_free(EVP_PKEY *pkey)
{
struct ecx_key_st *ecx_key = pkey->pkey.ecx;
-
return
ecx_key_free(ecx_key);
+ ecx_key_free(ecx_key);
}
static int