summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2023-05-01 21:15:26 +0000
committertb <>2023-05-01 21:15:26 +0000
commit128b7e5f0da8ee7fefcb9549dbaa3624cf6cfda0 (patch)
treeba9d87f038c2b6c6ea96b04d2bd2c60cf71d069c
parenta9037c4aa2018a1b473c1a6d63e5446f433b9c1a (diff)
downloadopenbsd-128b7e5f0da8ee7fefcb9549dbaa3624cf6cfda0.tar.gz
openbsd-128b7e5f0da8ee7fefcb9549dbaa3624cf6cfda0.tar.bz2
openbsd-128b7e5f0da8ee7fefcb9549dbaa3624cf6cfda0.zip
stray whitespace
-rw-r--r--src/lib/libcrypto/ec/ec_oct.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ec_oct.c b/src/lib/libcrypto/ec/ec_oct.c
index ee2ae0f4fc..f1b8bc5ffd 100644
--- a/src/lib/libcrypto/ec/ec_oct.c
+++ b/src/lib/libcrypto/ec/ec_oct.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ec_oct.c,v 1.12 2023/04/25 19:53:30 tb Exp $ */ 1/* $OpenBSD: ec_oct.c,v 1.13 2023/05/01 21:15:26 tb Exp $ */
2/* 2/*
3 * Originally written by Bodo Moeller for the OpenSSL project. 3 * Originally written by Bodo Moeller for the OpenSSL project.
4 */ 4 */
@@ -120,7 +120,7 @@ EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point,
120 if (ctx == NULL) 120 if (ctx == NULL)
121 goto err; 121 goto err;
122 122
123 if (group->meth->point2oct == NULL) { 123 if (group->meth->point2oct == NULL) {
124 ECerror(ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED); 124 ECerror(ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
125 goto err; 125 goto err;
126 } 126 }