summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec_lib.c
diff options
context:
space:
mode:
authortb <>2018-07-15 16:27:39 +0000
committertb <>2018-07-15 16:27:39 +0000
commit9a27b36fed2fa4c308561a2ad385d1660f0bfe8c (patch)
treebd53e381d29581dc89f2b232a887172e45801cf0 /src/lib/libcrypto/ec/ec_lib.c
parent8c0bbf2963519850ff23e3a33209b67a4498c570 (diff)
downloadopenbsd-9a27b36fed2fa4c308561a2ad385d1660f0bfe8c.tar.gz
openbsd-9a27b36fed2fa4c308561a2ad385d1660f0bfe8c.tar.bz2
openbsd-9a27b36fed2fa4c308561a2ad385d1660f0bfe8c.zip
recommit label indentation part of the backout; clearly unrelated to the
breakage.
Diffstat (limited to 'src/lib/libcrypto/ec/ec_lib.c')
-rw-r--r--src/lib/libcrypto/ec/ec_lib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ec_lib.c b/src/lib/libcrypto/ec/ec_lib.c
index 29207d6b48..53d79f232c 100644
--- a/src/lib/libcrypto/ec/ec_lib.c
+++ b/src/lib/libcrypto/ec/ec_lib.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ec_lib.c,v 1.27 2018/07/15 05:38:48 jsg Exp $ */ 1/* $OpenBSD: ec_lib.c,v 1.28 2018/07/15 16:27:39 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 */
@@ -526,7 +526,7 @@ EC_GROUP_cmp(const EC_GROUP * a, const EC_GROUP * b, BN_CTX * ctx)
526 526
527 return r; 527 return r;
528 528
529err: 529 err:
530 BN_CTX_end(ctx); 530 BN_CTX_end(ctx);
531 if (ctx_new) 531 if (ctx_new)
532 BN_CTX_free(ctx); 532 BN_CTX_free(ctx);