diff options
| author | djm <> | 2009-04-06 06:30:10 +0000 |
|---|---|---|
| committer | djm <> | 2009-04-06 06:30:10 +0000 |
| commit | 2b6e09b39ef1d803b50ee024a06d1c250fde442d (patch) | |
| tree | f116109c359f26a2b149bbc752be39c16099bae1 /src/lib/libcrypto/asn1/t_x509.c | |
| parent | a0fdc9ec41594852f67ec77dfad9cb06bacc4186 (diff) | |
| download | openbsd-2b6e09b39ef1d803b50ee024a06d1c250fde442d.tar.gz openbsd-2b6e09b39ef1d803b50ee024a06d1c250fde442d.tar.bz2 openbsd-2b6e09b39ef1d803b50ee024a06d1c250fde442d.zip | |
import of OpenSSL 0.9.8k
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; |
