From 128b7e5f0da8ee7fefcb9549dbaa3624cf6cfda0 Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 1 May 2023 21:15:26 +0000 Subject: stray whitespace --- src/lib/libcrypto/ec/ec_oct.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/ec') 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 @@ -/* $OpenBSD: ec_oct.c,v 1.12 2023/04/25 19:53:30 tb Exp $ */ +/* $OpenBSD: ec_oct.c,v 1.13 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; } -- cgit v1.2.3-55-g6feb