Tor Arntsen fixed a 'Statement not reachable'-warning
This commit is contained in:
parent
923ce98e42
commit
fb1039f2ab
@ -335,11 +335,11 @@ int cert_stuff(struct connectdata *conn,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
#else
|
#else
|
||||||
failf(data, "file type ENG for private key not supported\n");
|
failf(data, "file type ENG for private key not supported\n");
|
||||||
return 0;
|
return 0;
|
||||||
#endif
|
#endif
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
failf(data, "not supported file type for private key\n");
|
failf(data, "not supported file type for private key\n");
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user