update.
[elisp/starttls.git] / starttls.c
index 93c562b..99ba293 100644 (file)
@@ -57,7 +57,7 @@
 #include <sys/poll.h>
 #endif
 #define _GNU_SOURCE
-#include <getopt.h>
+#include "getopt.h"
 
 static SSL_CTX *tls_ctx = NULL;
 static SSL *tls_conn = NULL;
@@ -221,7 +221,7 @@ main (argc, argv)
 
   while (1)
     {
-      c = getopt_long (argc, argv, "c:k:v:f", long_options, &option_index);
+      c = getopt_long (argc, argv, "c:k:v:", long_options, &option_index);
       if (c == -1)
        break;