From: Daniel Stenberg Date: Mon, 26 Apr 2004 11:52:43 +0000 (+0000) Subject: Tor Arntsen fixed a 'Statement not reachable'-warning X-Git-Tag: curl-7_12_0~285 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fb1039f2ab239b5f1bee153406364574fc20be29;p=thirdparty%2Fcurl.git Tor Arntsen fixed a 'Statement not reachable'-warning --- diff --git a/lib/ssluse.c b/lib/ssluse.c index 6a81f24f7c..55888c08ba 100644 --- a/lib/ssluse.c +++ b/lib/ssluse.c @@ -335,11 +335,11 @@ int cert_stuff(struct connectdata *conn, return 0; } } + break; #else failf(data, "file type ENG for private key not supported\n"); return 0; #endif - break; default: failf(data, "not supported file type for private key\n"); return 0;