Skip to content

Commit

Permalink
Fix name of 3DES cipher in deprecation warning.
Browse files Browse the repository at this point in the history
Submitted by:	cem
MFC after:	1 week
  • Loading branch information
bsdjhb committed Apr 22, 2020
1 parent 897d7d4 commit 69a3eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/netipsec/xform_esp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 69a3eb6

Please sign in to comment.