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 8b09e5890f..8f746f9c05 100644 --- a/src/lib/libcrypto/asn1/t_x509.c +++ b/src/lib/libcrypto/asn1/t_x509.c | |||
@@ -332,7 +332,7 @@ int X509_signature_print(BIO *bp, X509_ALGOR *sigalg, ASN1_STRING *sig) | |||
332 | int ASN1_STRING_print(BIO *bp, ASN1_STRING *v) | 332 | int ASN1_STRING_print(BIO *bp, ASN1_STRING *v) |
333 | { | 333 | { |
334 | int i,n; | 334 | int i,n; |
335 | char buf[80],*p;; | 335 | char buf[80],*p; |
336 | 336 | ||
337 | if (v == NULL) return(0); | 337 | if (v == NULL) return(0); |
338 | n=0; | 338 | n=0; |