X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=src%2Fverify.h;h=67df61bb1ab214a452ee424e1ab8514d3eb6caae;hb=412b6491a940ba3de97e5be95bd35197e51ee210;hp=ebcd99337f882b9b1ea422158349ce94be26a782;hpb=e279b81dba5901ad6ed7fa73901acab10f1d4a63;p=tlsproxy%2Ftlsproxy.git diff --git a/src/verify.h b/src/verify.h index ebcd993..67df61b 100644 --- a/src/verify.h +++ b/src/verify.h @@ -1,7 +1,7 @@ /* * Verify established TLS connections. * - * Copyright (C) 2011 Simon Ruderich + * Copyright (C) 2011-2013 Simon Ruderich * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,7 +21,7 @@ #define VERIFY_H int proxy_certificate_path(const char *hostname, char *path, size_t size); -int server_certificate_path(FILE **file, const char *hostname, +int server_certificate_file(FILE **file, const char *hostname, char *path, size_t size); int verify_tls_connection(gnutls_session_t session, const char *hostname);