summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/eck_prn.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/eck_prn.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/eck_prn.c')
-rw-r--r--src/lib/libcrypto/ec/eck_prn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/eck_prn.c b/src/lib/libcrypto/ec/eck_prn.c
index 7c0db42ef4..be57d875e3 100644
--- a/src/lib/libcrypto/ec/eck_prn.c
+++ b/src/lib/libcrypto/ec/eck_prn.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: eck_prn.c,v 1.14 2018/07/15 05:38:48 jsg Exp $ */ 1/* $OpenBSD: eck_prn.c,v 1.15 2018/07/15 16:27:39 tb Exp $ */
2/* 2/*
3 * Written by Nils Larsch for the OpenSSL project. 3 * Written by Nils Larsch for the OpenSSL project.
4 */ 4 */
@@ -321,7 +321,7 @@ ECPKParameters_print(BIO * bp, const EC_GROUP * x, int off)
321 goto err; 321 goto err;
322 } 322 }
323 ret = 1; 323 ret = 1;
324err: 324 err:
325 if (!ret) 325 if (!ret)
326 ECerror(reason); 326 ECerror(reason);
327 BN_free(p); 327 BN_free(p);