From 2478c519b28d73a4fb4b9115b0a1191dbb69b63f Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 7 Feb 2013 18:08:11 +0100 Subject: [PATCH] removed warning --- src/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.c b/src/main.c index 256b0582..e8006293 100644 --- a/src/main.c +++ b/src/main.c @@ -586,7 +586,6 @@ int main(int argc, char** argv) ret = gnutls_certificate_allocate_credentials(&creds.xcred); GNUTLS_FATAL_ERR(ret); -#warning Handle keys using the communication interface ret = gnutls_certificate_set_x509_key_file(creds.xcred, config.cert, config.key,