Signed-off-by: Bin Liu <bliu@suse.com> Reviewed-by: Jan Friesse <jfriesse@redhat.com>
@@ -398,9 +398,6 @@ static int totem_get_crypto(struct totem_config *totem_config)
if (strcmp(str, "aes128") == 0) {
tmp_cipher = "aes128";
}
- if (strcmp(str, "aes256") == 0) {
- tmp_cipher = "aes256";
- }
if (strcmp(str, "3des") == 0) {
tmp_cipher = "3des";