charon-cmd: Request password for private keys
This commit is contained in:
@@ -84,6 +84,9 @@ static shared_key_t* callback_shared(private_cmd_creds_t *this,
|
|||||||
case SHARED_IKE:
|
case SHARED_IKE:
|
||||||
label = "Preshared Key: ";
|
label = "Preshared Key: ";
|
||||||
break;
|
break;
|
||||||
|
case SHARED_PRIVATE_KEY_PASS:
|
||||||
|
label = "Password: ";
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user