Actually remove support for Triple DES, not just the warning.

Missed in r360562.
This commit is contained in:
John Baldwin 2020-05-02 17:18:32 +00:00
parent 34144c2c71
commit 62e107c31b

View File

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