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:
f1e3dc2
)
more consistent formatting
author
Bodo Möller
<bodo@openssl.org>
Sun, 8 Aug 1999 14:06:29 +0000
(14:06 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Sun, 8 Aug 1999 14:06:29 +0000
(14:06 +0000)
crypto/x509/x509_vfy.c
patch
|
blob
|
history
diff --git
a/crypto/x509/x509_vfy.c
b/crypto/x509/x509_vfy.c
index 3d35cac5462a8ba0311ad3b422d9a78eb2454598..c72ee4a3855fdfdd46341295957addaf6ca08a23 100644
(file)
--- a/
crypto/x509/x509_vfy.c
+++ b/
crypto/x509/x509_vfy.c
@@
-144,10
+144,10
@@
int X509_verify_cert(X509_STORE_CTX *ctx)
{
/* If we have enough, we break */
if (depth < num) break; /* FIXME: If this happens, we should take
-
* note of it and, if appropriate, use the
-
* X509_V_ERR_CERT_CHAIN_TOO_LONG error
-
* code later.
-
*/
+ * note of it and, if appropriate, use the
+ * X509_V_ERR_CERT_CHAIN_TOO_LONG error
+ * code later.
+ */
/* If we are self signed, we break */
xn=X509_get_issuer_name(x);