diff options
Diffstat (limited to 'src/lib/libcrypto/x509v3/v3_cpols.c')
-rw-r--r-- | src/lib/libcrypto/x509v3/v3_cpols.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509v3/v3_cpols.c b/src/lib/libcrypto/x509v3/v3_cpols.c index 1f0798b946..1a337fa07e 100644 --- a/src/lib/libcrypto/x509v3/v3_cpols.c +++ b/src/lib/libcrypto/x509v3/v3_cpols.c | |||
@@ -426,7 +426,7 @@ static void print_notice(BIO *out, USERNOTICE *notice, int indent) | |||
426 | if(i) BIO_puts(out, ", "); | 426 | if(i) BIO_puts(out, ", "); |
427 | tmp = i2s_ASN1_INTEGER(NULL, num); | 427 | tmp = i2s_ASN1_INTEGER(NULL, num); |
428 | BIO_puts(out, tmp); | 428 | BIO_puts(out, tmp); |
429 | OPENSSL_free(tmp); | 429 | free(tmp); |
430 | } | 430 | } |
431 | BIO_puts(out, "\n"); | 431 | BIO_puts(out, "\n"); |
432 | } | 432 | } |