Skip to content
Snippets Groups Projects
Commit fb1039f2 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Tor Arntsen fixed a 'Statement not reachable'-warning

parent 923ce98e
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment