summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/ec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/openssl/ec.c')
-rw-r--r--src/usr.bin/openssl/ec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/ec.c b/src/usr.bin/openssl/ec.c
index 7ef2ac8de1..f2dad6dfef 100644
--- a/src/usr.bin/openssl/ec.c
+++ b/src/usr.bin/openssl/ec.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ec.c,v 1.10 2018/02/07 04:57:06 jsing Exp $ */ 1/* $OpenBSD: ec.c,v 1.11 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 */
@@ -392,7 +392,7 @@ ec_main(int argc, char **argv)
392 ERR_print_errors(bio_err); 392 ERR_print_errors(bio_err);
393 } else 393 } else
394 ret = 0; 394 ret = 0;
395end: 395 end:
396 BIO_free(in); 396 BIO_free(in);
397 BIO_free_all(out); 397 BIO_free_all(out);
398 EC_KEY_free(eckey); 398 EC_KEY_free(eckey);