]>
git.saurik.com Git - apple/security.git/blob - SecurityTests/clxutils/crlTool/crlNetwork.h
2 * crlNetwork.h - Network support for crlTool
5 #ifndef _CRL_NETWORK_H_
6 #define _CRL_NETWORK_H_
8 #include <Security/cssmtype.h>
14 /* Fetch cert or CRL from net, we figure out the schema */
21 CSSM_RETURN
crlNetFetch(
24 CSSM_DATA
*fetched
); // mallocd and RETURNED
30 #endif /* _CRL_NETWORK_H_ */