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:
25efcb4
)
Fix 1.0.2 build break
author
Rich Salz
<rsalz@openssl.org>
Fri, 14 Aug 2015 12:21:19 +0000
(08:21 -0400)
committer
Rich Salz
<rsalz@openssl.org>
Fri, 14 Aug 2015 12:21:19 +0000
(08:21 -0400)
Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/x509/x509_vfy.c
patch
|
blob
|
history
diff --git
a/crypto/x509/x509_vfy.c
b/crypto/x509/x509_vfy.c
index 26c6bb3b113a8d86324fc374a1fbe13dd3ac485f..15a4fb98e7646fdd1f9e9eebc63a96e6815f3bff 100644
(file)
--- a/
crypto/x509/x509_vfy.c
+++ b/
crypto/x509/x509_vfy.c
@@
-355,7
+355,7
@@
int X509_verify_cert(X509_STORE_CTX *ctx)
X509_free(xtmp);
X509err(X509_F_X509_VERIFY_CERT, ERR_R_MALLOC_FAILURE);
ok = 0;
- goto
done
;
+ goto
end
;
}
num++;
}