diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/t_crl.c')
-rw-r--r-- | src/lib/libcrypto/asn1/t_crl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/t_crl.c b/src/lib/libcrypto/asn1/t_crl.c index c2e447ce6f..d78e4a8f88 100644 --- a/src/lib/libcrypto/asn1/t_crl.c +++ b/src/lib/libcrypto/asn1/t_crl.c | |||
@@ -160,7 +160,7 @@ static void ext_print(BIO *out, X509_EXTENSION *ex) | |||
160 | BIO_printf(out, ": %s\n", j ? "critical":"",""); | 160 | BIO_printf(out, ": %s\n", j ? "critical":"",""); |
161 | if(!X509V3_EXT_print(out, ex, 0, 16)) { | 161 | if(!X509V3_EXT_print(out, ex, 0, 16)) { |
162 | BIO_printf(out, "%16s", ""); | 162 | BIO_printf(out, "%16s", ""); |
163 | ASN1_OCTET_STRING_print(out,ex->value); | 163 | M_ASN1_OCTET_STRING_print(out,ex->value); |
164 | } | 164 | } |
165 | BIO_write(out,"\n",1); | 165 | BIO_write(out,"\n",1); |
166 | } | 166 | } |