Fix name of 3DES cipher in deprecation warning.
Submitted by: cem MFC after: 1 week
This commit is contained in:
parent
61354b696f
commit
523cec7cf5
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user