artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df696c4
)
stray whitespace
author
tb
<tb@openbsd.org>
Mon, 1 May 2023 21:15:26 +0000
(21:15 +0000)
committer
tb
<tb@openbsd.org>
Mon, 1 May 2023 21:15:26 +0000
(21:15 +0000)
lib/libcrypto/ec/ec_oct.c
patch
|
blob
|
history
diff --git
a/lib/libcrypto/ec/ec_oct.c
b/lib/libcrypto/ec/ec_oct.c
index
ee2ae0f
..
f1b8bc5
100644
(file)
--- a/
lib/libcrypto/ec/ec_oct.c
+++ b/
lib/libcrypto/ec/ec_oct.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ec_oct.c,v 1.1
2 2023/04/25 19:53:30
tb Exp $ */
+/* $OpenBSD: ec_oct.c,v 1.1
3 2023/05/01 21:15:26
tb Exp $ */
/*
* Originally written by Bodo Moeller for the OpenSSL project.
*/
@@
-120,7
+120,7
@@
EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point,
if (ctx == NULL)
goto err;
- if (group->meth->point2oct == NULL) {
+ if (group->meth->point2oct == NULL) {
ECerror(ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
goto err;
}