Fix name of 3DES cipher in deprecation warning.

Submitted by:	cem
MFC after:	1 week
This commit is contained in:
John Baldwin 2020-04-22 21:03:24 +00:00
parent 897d7d45ba
commit 69a3eb6223

View file

@ -166,7 +166,7 @@ esp_init(struct secasvar *sav, struct xformsw *xsp)
break;
case SADB_EALG_3DESCBC:
if (ratecheck(&tdeswarn, &ipsec_warn_interval))
gone_in(13, "DES cipher for IPsec");
gone_in(13, "3DES cipher for IPsec");
break;
case SADB_X_EALG_BLOWFISHCBC:
if (ratecheck(&blfwarn, &ipsec_warn_interval))