Actually remove support for Triple DES, not just the warning.
Missed in r360562.
This commit is contained in:
parent
34144c2c71
commit
62e107c31b
@ -403,9 +403,6 @@ cryptof_ioctl(
|
||||
switch (sop->cipher) {
|
||||
case 0:
|
||||
break;
|
||||
case CRYPTO_3DES_CBC:
|
||||
txform = &enc_xform_3des;
|
||||
break;
|
||||
case CRYPTO_AES_CBC:
|
||||
txform = &enc_xform_rijndael128;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user