diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/t_x509.c')
-rw-r--r-- | src/lib/libcrypto/asn1/t_x509.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/t_x509.c b/src/lib/libcrypto/asn1/t_x509.c index 6ee1065ce9..314bdfb1c7 100644 --- a/src/lib/libcrypto/asn1/t_x509.c +++ b/src/lib/libcrypto/asn1/t_x509.c | |||
@@ -223,7 +223,7 @@ int X509_print(BIO *bp, X509 *x) | |||
223 | ret=1; | 223 | ret=1; |
224 | err: | 224 | err: |
225 | if (str != NULL) ASN1_STRING_free(str); | 225 | if (str != NULL) ASN1_STRING_free(str); |
226 | if (m != NULL) Free(m); | 226 | if (m != NULL) OPENSSL_free(m); |
227 | return(ret); | 227 | return(ret); |
228 | } | 228 | } |
229 | 229 | ||