RT2751: Declare get_issuer_sk() earlier.
authorRich Salz <rsalz@akamai.com>
Fri, 15 Aug 2014 21:20:26 +0000 (17:20 -0400)
committerRich Salz <rsalz@akamai.com>
Fri, 15 Aug 2014 21:49:03 +0000 (17:49 -0400)
commitc9a81b3026dcd2e78ce3ee85bfd93e3d0f1eac71
tree21bca093373312300b966e6cdd68375cb22c1eb7
parentd6f69ae5475f514ca6f81360ac8adafe1294a2c6
RT2751: Declare get_issuer_sk() earlier.

Add a declaration for get_issuer_sk() so that other
functions in x509_vf.c could use it.  (Planned work
around cross-certification chains.)
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
crypto/x509/x509_vfy.c