whitespace
authortb <tb@openbsd.org>
Fri, 30 Jun 2023 18:19:35 +0000 (18:19 +0000)
committertb <tb@openbsd.org>
Fri, 30 Jun 2023 18:19:35 +0000 (18:19 +0000)
lib/libcrypto/ec/ecp_smpl.c

index 1162d89..d3ee9f5 100644 (file)
@@ -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 <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;
 }