artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fed5be9
)
whitespace
author
tb
<tb@openbsd.org>
Fri, 30 Jun 2023 18:19:35 +0000
(18:19 +0000)
committer
tb
<tb@openbsd.org>
Fri, 30 Jun 2023 18:19:35 +0000
(18:19 +0000)
lib/libcrypto/ec/ecp_smpl.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/ec/ecp_smpl.c
b/lib/libcrypto/ec/ecp_smpl.c
index
1162d89
..
d3ee9f5
100644
(file)
--- a/
lib/libcrypto/ec/ecp_smpl.c
+++ b/
lib/libcrypto/ec/ecp_smpl.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ecp_smpl.c,v 1.4
4 2023/04/11 18:58:20 jsing
Exp $ */
+/* $OpenBSD: ecp_smpl.c,v 1.4
5 2023/06/30 18:19:35 tb
Exp $ */
/* Includes code written by Lenka Fibikova <fibikova@exp-math.uni-essen.de>
* for the OpenSSL project.
* Includes code written by Bodo Moeller for the OpenSSL project.
@@
-162,7
+162,7
@@
ec_GFp_simple_group_set_curve(EC_GROUP *group,
err:
BN_CTX_end(ctx);
-
+
return ret;
}