summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorNick White <git@njw.name>2015-07-28 16:49:34 +0100
committerNick White <git@njw.name>2015-07-28 16:49:34 +0100
commit9c40d77b5e04bbcae170dcd425a25cd857dddc82 (patch)
tree5a9241403553673b382b487382db500052c79d6e /util.h
parent85adba49c4fbf14ac3e17c42cab0d9c0c4bbcccd (diff)
Clean up SSL usage
Diffstat (limited to 'util.h')
-rw-r--r--util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/util.h b/util.h
index a48a12e..7e62ded 100644
--- a/util.h
+++ b/util.h
@@ -5,7 +5,6 @@
typedef struct {
int fd;
SSL *sslhandle;
- SSL_CTX *sslcontext;
} conn;
conn *dial(char *host, char *port, int ssl);
int get(char *host, int ssl, char *path, char *sendcookie, char *savecookie, char **body, int istext);