Split X509_check_ca() into a small self and an internal function
authorRichard Levitte <levitte@openssl.org>
Tue, 30 Nov 2004 12:18:55 +0000 (12:18 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 30 Nov 2004 12:18:55 +0000 (12:18 +0000)
commit5073ff03463a3e21f4acfcdcfa0c1eda64145007
tree0991debe18db7e4bdb777e4af848a43ec850b5d9
parentfc7fc5678f69a4f9bb0b155d9d45f70fc545f626
Split X509_check_ca() into a small self and an internal function
check_ca(), to resolve constness issue.  check_ca() is called from the
purpose checkers instead of X509_check_ca(), since the stuff done by
the latter (except for calling check_ca()) is also done by
X509_check_purpose().
crypto/x509v3/v3_purp.c