diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2021-12-16 21:47:27 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2021-12-16 21:47:27 +0000 |
| commit | 246982c196f4283b0ccfdb113c0e89588e95bf2c (patch) | |
| tree | 0fc0f8cd8871826937d740a731263ce2fcd3a8bf /sys/netipsec | |
| parent | 47fc04958562e3a1fca06f9321f89bea3d1dcab7 (diff) | |
Diffstat (limited to 'sys/netipsec')
| -rw-r--r-- | sys/netipsec/key.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netipsec/key.c b/sys/netipsec/key.c index 9b3d10e28902..168ec3441faf 100644 --- a/sys/netipsec/key.c +++ b/sys/netipsec/key.c @@ -590,7 +590,7 @@ static struct supported_ealgs { int sadb_alg; const struct enc_xform *xform; } supported_ealgs[] = { - { SADB_X_EALG_AES, &enc_xform_rijndael128 }, + { SADB_X_EALG_AES, &enc_xform_aes_cbc }, { SADB_EALG_NULL, &enc_xform_null }, { SADB_X_EALG_AESCTR, &enc_xform_aes_icm }, { SADB_X_EALG_AESGCM16, &enc_xform_aes_nist_gcm }, |
