external functions are defined in asn1.h and x509.h now

This commit is contained in:
Andreas Steffen
2007-04-12 18:55:44 +00:00
parent f880eb2dca
commit 34ee184a2d
-4
View File
@@ -39,10 +39,6 @@
#define CRL_WARNING_INTERVAL 7 /* days */
extern char* check_expiry(time_t expiration_date, int warning_interval, bool strict);
extern time_t parse_time(chunk_t blob, int level0);
extern void parse_authorityKeyIdentifier(chunk_t blob, int level0 , chunk_t *authKeyID, chunk_t *authKeySerialNumber);
/* access structure for a revoked certificate */
typedef struct revokedCert_t revokedCert_t;