OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________
________________
Server: cvs.openssl.org Name: Dr.
Stephen Henson
Root: /v/openssl/cvs Email: steve openssl.org
Module: openssl Date:
05-Oct-2006 23:59:50
Branch: HEAD Handle:
2006100522595000
Modified files:
openssl/crypto/x509v3 pcy_tree.c
Log:
Typo.
Summary:
Revision Changes Path
1.6 +1 -1 openssl/crypto/x509v3/pcy_tree.c
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/crypto/x509v3/pcy_tree.c
============================================================
================
$ cvs diff -u -r1.5 -r1.6 pcy_tree.c
--- openssl/crypto/x509v3/pcy_tree.c 29 Jan 2006 23:12:20
-0000 1.5
+++ openssl/crypto/x509v3/pcy_tree.c 5 Oct 2006 21:59:50
-0000 1.6
 -197,7 +197,7 
/* Any matching allowed if certificate is self
* issued and not the last in the chain.
*/
- if (!(x->ex_flags && EXFLAG_SS) || (i ==
0))
+ if (!(x->ex_flags & EXFLAG_SS) || (i == 0))
level->flags |= X509_V_FLAG_INHIBIT_ANY;
}
else
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|