summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/ecparam.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/openssl/ecparam.c')
-rw-r--r--src/usr.bin/openssl/ecparam.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/ecparam.c b/src/usr.bin/openssl/ecparam.c
index 6c497bd355..b1e52fadaf 100644
--- a/src/usr.bin/openssl/ecparam.c
+++ b/src/usr.bin/openssl/ecparam.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ecparam.c,v 1.16 2017/01/20 08:57:12 deraadt Exp $ */ 1/* $OpenBSD: ecparam.c,v 1.17 2018/02/07 05:47:55 jsing Exp $ */
2/* 2/*
3 * Written by Nils Larsch for the OpenSSL project. 3 * Written by Nils Larsch for the OpenSSL project.
4 */ 4 */
@@ -572,7 +572,7 @@ ecparam_main(int argc, char **argv)
572 } 572 }
573 ret = 0; 573 ret = 0;
574 574
575end: 575 end:
576 BN_free(ec_p); 576 BN_free(ec_p);
577 BN_free(ec_a); 577 BN_free(ec_a);
578 BN_free(ec_b); 578 BN_free(ec_b);