]> Pileus Git - ~andy/fetchmail/blobdiff - socket.h
Security fix for sdump() (X.509 cert display in verbose mode).
[~andy/fetchmail] / socket.h
index ca5877fed034fcefbeeb4e519bdd25a3eff604a1..1ebb2aa0afde15a0ffd999801858f5aefe05fc74 100644 (file)
--- a/socket.h
+++ b/socket.h
@@ -69,7 +69,7 @@ int UnixOpen(const char *path);
 
 #ifdef SSL_ENABLE
 int SSLOpen(int sock, char *mycert, char *mykey, char *myproto, int certck, char *certpath,
-    char *fingerprint, char *servercname, char *label);
+    char *fingerprint, char *servercname, char *label, char **remotename);
 #endif /* SSL_ENABLE */
 
 #endif /* SOCKET__ */