Require ExperimentalProtocol = yes for new features, update documentation.
This commit is contained in:
parent
d1cd3c8145
commit
bbeab00f46
8 changed files with 44 additions and 14 deletions
|
|
@ -339,7 +339,9 @@ static bool setup_myself(void) {
|
|||
read_config_file(config_tree, fname);
|
||||
free(fname);
|
||||
|
||||
if(!read_ecdsa_private_key())
|
||||
get_config_bool(lookup_config(config_tree, "ExperimentalProtocol"), &experimental);
|
||||
|
||||
if(experimental && !read_ecdsa_private_key())
|
||||
return false;
|
||||
|
||||
if(!read_rsa_private_key())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue