projects
/
elisp
/
starttls.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31229c5
)
* starttls.c: Put getopt.h between "" instead of <>.
author
ueno
<ueno>
Tue, 22 Jan 2002 09:56:10 +0000
(09:56 +0000)
committer
ueno
<ueno>
Tue, 22 Jan 2002 09:56:10 +0000
(09:56 +0000)
starttls.c
patch
|
blob
|
history
diff --git
a/starttls.c
b/starttls.c
index
37cf993
..
99ba293
100644
(file)
--- a/
starttls.c
+++ b/
starttls.c
@@
-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;