diff options
Diffstat (limited to 'src/usr.bin/openssl/pkeyparam.c')
| -rw-r--r-- | src/usr.bin/openssl/pkeyparam.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/pkeyparam.c b/src/usr.bin/openssl/pkeyparam.c index 698c105141..51ea2b55fb 100644 --- a/src/usr.bin/openssl/pkeyparam.c +++ b/src/usr.bin/openssl/pkeyparam.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: pkeyparam.c,v 1.10 2017/01/20 08:57:12 deraadt Exp $ */ | 1 | /* $OpenBSD: pkeyparam.c,v 1.11 2018/02/07 05:47:55 jsing Exp $ */ |
| 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
| 3 | * project 2006 | 3 | * project 2006 |
| 4 | */ | 4 | */ |
| @@ -165,7 +165,7 @@ pkeyparam_main(int argc, char **argv) | |||
| 165 | 165 | ||
| 166 | ret = 0; | 166 | ret = 0; |
| 167 | 167 | ||
| 168 | end: | 168 | end: |
| 169 | EVP_PKEY_free(pkey); | 169 | EVP_PKEY_free(pkey); |
| 170 | BIO_free_all(out); | 170 | BIO_free_all(out); |
| 171 | BIO_free(in); | 171 | BIO_free(in); |
