]> Pileus Git - ~andy/fetchmail/commitdiff
Remove dead variable.
authorMatthias Andree <matthias.andree@gmx.de>
Wed, 5 Sep 2012 01:31:54 +0000 (03:31 +0200)
committerMatthias Andree <matthias.andree@gmx.de>
Wed, 5 Sep 2012 01:31:54 +0000 (03:31 +0200)
socket.c

index daa291d37f97badb24917d5f4136eb21b8811cd7..1655bf3cdb31c42c4539eebd6963bbf5327a4121 100644 (file)
--- a/socket.c
+++ b/socket.c
@@ -779,7 +779,6 @@ int SSLOpen(int sock, char *mycert, char *mykey, const char *myproto, int certck
 {
         struct stat randstat;
         int i;
-       long sslopts = SSL_OP_ALL;
 
        SSL_load_error_strings();
        SSL_library_init();