From 79a7ca0d25b87733274859539ebaba0a28d28378 Mon Sep 17 00:00:00 2001 From: tb Date: Fri, 30 Jun 2023 18:19:35 +0000 Subject: [PATCH] whitespace --- lib/libcrypto/ec/ecp_smpl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libcrypto/ec/ecp_smpl.c b/lib/libcrypto/ec/ecp_smpl.c index 1162d89ca50..d3ee9f5d92c 100644 --- a/lib/libcrypto/ec/ecp_smpl.c +++ b/lib/libcrypto/ec/ecp_smpl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ecp_smpl.c,v 1.44 2023/04/11 18:58:20 jsing Exp $ */ +/* $OpenBSD: ecp_smpl.c,v 1.45 2023/06/30 18:19:35 tb Exp $ */ /* Includes code written by Lenka Fibikova * 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; } -- 2.20.1