mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix name of 3DES cipher in deprecation warning.
Submitted by: cem MFC after: 1 week
This commit is contained in:
parent
897d7d45ba
commit
69a3eb6223
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue