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:
19091ac
)
oops missed an assert
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 3 Jan 2011 12:53:33 +0000
(12:53 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 3 Jan 2011 12:53:33 +0000
(12:53 +0000)
crypto/x509v3/v3_asid.c
patch
|
blob
|
history
diff --git
a/crypto/x509v3/v3_asid.c
b/crypto/x509v3/v3_asid.c
index da0029a01168994062584e7909f67c1c737d2cab..3f434c060388e830a1080922eb3f541c2d41aedd 100644
(file)
--- a/
crypto/x509v3/v3_asid.c
+++ b/
crypto/x509v3/v3_asid.c
@@
-799,7
+799,7
@@
static int v3_asid_validate_path_internal(X509_STORE_CTX *ctx,
/*
* Trust anchor can't inherit.
*/
- assert(x != NULL);
+
OPENSSL_
assert(x != NULL);
if (x->rfc3779_asid != NULL) {
if (x->rfc3779_asid->asnum != NULL &&
x->rfc3779_asid->asnum->type == ASIdentifierChoice_inherit)