diff options
Diffstat (limited to 'src/lib/libcrypto/pem/pem_oth.c')
| -rw-r--r-- | src/lib/libcrypto/pem/pem_oth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/pem/pem_oth.c b/src/lib/libcrypto/pem/pem_oth.c index b33868d25a..69d281aa9d 100644 --- a/src/lib/libcrypto/pem/pem_oth.c +++ b/src/lib/libcrypto/pem/pem_oth.c | |||
| @@ -81,6 +81,6 @@ void *PEM_ASN1_read_bio(d2i_of_void *d2i, const char *name, BIO *bp, void **x, | |||
| 81 | ret=d2i(x,&p,len); | 81 | ret=d2i(x,&p,len); |
| 82 | if (ret == NULL) | 82 | if (ret == NULL) |
| 83 | PEMerr(PEM_F_PEM_ASN1_READ_BIO,ERR_R_ASN1_LIB); | 83 | PEMerr(PEM_F_PEM_ASN1_READ_BIO,ERR_R_ASN1_LIB); |
| 84 | OPENSSL_free(data); | 84 | free(data); |
| 85 | return(ret); | 85 | return(ret); |
| 86 | } | 86 | } |
