commit 5a57f933367e273c1b746791ae3f6f9647891488 parent 430af23a0c875e6d2aca0d71b43f012bbd773438 Author: pancake <unknown> Date: Mon, 16 Aug 2010 10:13:53 +0200 * Fix build without SSL Diffstat:
sock.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sock.c b/sock.c @@ -14,10 +14,10 @@ #if HAVE_SSL #include <openssl/ssl.h> -static int ssl = 0; static SSL_CTX *ctx; static SSL *sfd; #endif +static int ssl = 0; static int fd = -1; int sock_ssl (int fd) {