diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-04-26 11:52:43 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-04-26 11:52:43 +0000 |
commit | fb1039f2ab239b5f1bee153406364574fc20be29 (patch) | |
tree | bba19b9f52e021bbc4a66064c403eff05518919d /lib | |
parent | 923ce98e42a2e8a338e4d626a934e7cd7678b4d5 (diff) |
Tor Arntsen fixed a 'Statement not reachable'-warning
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ssluse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssluse.c b/lib/ssluse.c index 6a81f24f7..55888c08b 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; |