Split X509_check_ca() into a small self and an internal function
authorRichard Levitte <levitte@openssl.org>
Tue, 30 Nov 2004 12:18:53 +0000 (12:18 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 30 Nov 2004 12:18:53 +0000 (12:18 +0000)
commitfa032a6941a893dfb5b6032331fb076bd43d28d5
treeb7183a81fc44bc7f367ba1cf96c2f376d1a882df
parentd133618ce214df9c11620e54db375ae619bc9b56
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