Fix name of 3DES cipher in deprecation warning.

Submitted by:	cem
MFC after:	1 week
This commit is contained in:
jhb 2020-04-22 21:03:24 +00:00
parent 61354b696f
commit 523cec7cf5

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))