aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/x509.h
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-11-11 11:06:07 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-11-11 11:06:07 +0100
commit209f52cb63c6bc5eabb4433fb9013633bfa66f37 (patch)
tree2616b78ae7c548f3d5630661cf3b4d40b6c06d07 /src/pluto/x509.h
parentee8486afdbda383bce6990f2e20bbaebc9a2e8b5 (diff)
downloadstrongswan-209f52cb63c6bc5eabb4433fb9013633bfa66f37.tar.bz2
strongswan-209f52cb63c6bc5eabb4433fb9013633bfa66f37.tar.xz
fixed 4.3.6 ocsp regression
Diffstat (limited to 'src/pluto/x509.h')
-rw-r--r--src/pluto/x509.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pluto/x509.h b/src/pluto/x509.h
index 615b2ab57..e904618b3 100644
--- a/src/pluto/x509.h
+++ b/src/pluto/x509.h
@@ -32,7 +32,6 @@ extern bool x509_check_signature(chunk_t tbs, chunk_t sig, int algorithm,
extern chunk_t x509_build_signature(chunk_t tbs, int algorithm,
private_key_t *key, bool bit_string);
extern bool verify_x509cert(cert_t *cert, bool strict, time_t *until);
-extern cert_t* get_x509cert(identification_t *issuer, chunk_t keyid, cert_t* chain);
extern void store_x509certs(linked_list_t *certs, bool strict);
extern void list_x509cert_chain(const char *caption, cert_t* cert,
x509_flag_t flags, bool utc);