X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=src%2Fverify.h;h=2e986db87ee5cb005e3d0a470fa6aaca665300a9;hb=f1a626728ee8be94ebb023c6cfb2f68684671450;hp=e39cc59ddd1f83beac88f946684f83757dad6ff1;hpb=80e82203daef6daf7a16219876fc404e12f82c8a;p=tlsproxy%2Ftlsproxy.git diff --git a/src/verify.h b/src/verify.h index e39cc59..2e986db 100644 --- a/src/verify.h +++ b/src/verify.h @@ -20,7 +20,8 @@ #ifndef VERIFY_H #define VERIFY_H -int server_certificate_path(FILE **file, 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