소스 검색

totemconfig: remove duplicate aes256 test

Signed-off-by: Bin Liu <bliu@suse.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
Bin Liu 8 년 전
부모
커밋
af21baf0ff
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      exec/totemconfig.c

+ 0 - 3
exec/totemconfig.c

@@ -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";
 		}