1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

Tor Arntsen fixed a 'Statement not reachable'-warning

This commit is contained in:
Daniel Stenberg 2004-04-26 11:52:43 +00:00
parent 923ce98e42
commit fb1039f2ab

View File

@ -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;