]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/blobdiff - src/verify.h
src/connection.c: Move code to get proxy certificate path to verify.c.
[tlsproxy/tlsproxy.git] / src / verify.h
index 2e986db87ee5cb005e3d0a470fa6aaca665300a9..ebcd99337f882b9b1ea422158349ce94be26a782 100644 (file)
 #ifndef VERIFY_H
 #define VERIFY_H
 
+int proxy_certificate_path(const char *hostname, char *path, size_t size);
 int server_certificate_path(FILE **file, const char *hostname,
                             char *path, size_t size);
+
 int verify_tls_connection(gnutls_session_t session, const char *hostname);
 
 #endif