projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e325f6
)
Another empty X509_NAME fix.
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 26 Jun 2001 12:39:22 +0000
(12:39 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 26 Jun 2001 12:39:22 +0000
(12:39 +0000)
crypto/asn1/t_x509.c
patch
|
blob
|
history
diff --git
a/crypto/asn1/t_x509.c
b/crypto/asn1/t_x509.c
index ff4a991b66df6cb4ea511fa5dab7c3ea0f82e8df..454c695eb2aa43d62fb07880b730fc067c75df59 100644
(file)
--- a/
crypto/asn1/t_x509.c
+++ b/
crypto/asn1/t_x509.c
@@
-440,6
+440,8
@@
int X509_NAME_print(BIO *bp, X509_NAME *name, int obase)
ll=80-2-obase;
s=X509_NAME_oneline(name,buf,256);
+ if (!*s)
+ return 1;
s++; /* skip the first slash */
l=ll;