|
@@ -398,9 +398,6 @@ static int totem_get_crypto(struct totem_config *totem_config)
|
|
|
if (strcmp(str, "aes128") == 0) {
|
|
if (strcmp(str, "aes128") == 0) {
|
|
|
tmp_cipher = "aes128";
|
|
tmp_cipher = "aes128";
|
|
|
}
|
|
}
|
|
|
- if (strcmp(str, "aes256") == 0) {
|
|
|
|
|
- tmp_cipher = "aes256";
|
|
|
|
|
- }
|
|
|
|
|
if (strcmp(str, "3des") == 0) {
|
|
if (strcmp(str, "3des") == 0) {
|
|
|
tmp_cipher = "3des";
|
|
tmp_cipher = "3des";
|
|
|
}
|
|
}
|