summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/tcrypt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c
index 862ca71f032c..e3df1f3fabbd 100644
--- a/crypto/tcrypt.c
+++ b/crypto/tcrypt.c
@@ -1219,11 +1219,11 @@ static int do_test(int m)
break;
case 110:
- ret += tcrypt_test("hmac(crc32)");
+ ret += tcrypt_test("cmac(aes)");
break;
- case 110:
- ret += tcrypt_test("cmac(aes)");
+ case 111:
+ ret += tcrypt_test("hmac(crc32)");
break;
case 150: