summaryrefslogtreecommitdiffstats
path: root/ssl_verify.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssl_verify.h')
-rw-r--r--ssl_verify.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ssl_verify.h b/ssl_verify.h
index acb27f5..91474e9 100644
--- a/ssl_verify.h
+++ b/ssl_verify.h
@@ -249,6 +249,8 @@ void
verify_cert_set_env(struct env_set *es, x509_cert_t *peer_cert, int cert_depth,
const char *subject, const char *common_name,
const struct x509_track *x509_track);
+int verify_cert_call_plugin(const struct plugin_list *plugins, struct env_set *es,
+ int cert_depth, x509_cert_t *cert, char *subject);
#endif /* SSL_VERIFY_H_ */