diff options
Diffstat (limited to 'src/usr.bin/openssl/enc.c')
-rw-r--r-- | src/usr.bin/openssl/enc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/enc.c b/src/usr.bin/openssl/enc.c index 7f06fcc064..3908160170 100644 --- a/src/usr.bin/openssl/enc.c +++ b/src/usr.bin/openssl/enc.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: enc.c,v 1.13 2018/02/07 04:57:06 jsing Exp $ */ | 1 | /* $OpenBSD: enc.c,v 1.14 2018/02/07 05:47:55 jsing Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -717,7 +717,7 @@ enc_main(int argc, char **argv) | |||
717 | BIO_printf(bio_err, "bytes read :%8ld\n", BIO_number_read(in)); | 717 | BIO_printf(bio_err, "bytes read :%8ld\n", BIO_number_read(in)); |
718 | BIO_printf(bio_err, "bytes written:%8ld\n", BIO_number_written(out)); | 718 | BIO_printf(bio_err, "bytes written:%8ld\n", BIO_number_written(out)); |
719 | } | 719 | } |
720 | end: | 720 | end: |
721 | ERR_print_errors(bio_err); | 721 | ERR_print_errors(bio_err); |
722 | free(strbuf); | 722 | free(strbuf); |
723 | free(buff); | 723 | free(buff); |