mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +00:00
Correct the argument passed to g_eli_algo2str()
MFC with: r348206 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
ed3f0b8a21
commit
2b32abd2b1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348231
@ -818,7 +818,7 @@ eli_init(struct gctl_req *req)
|
||||
case CRYPTO_3DES_CBC:
|
||||
case CRYPTO_BLF_CBC:
|
||||
gctl_error(req, "The %s encryption algorithm is deprecated.",
|
||||
g_eli_algo2str(md.md_aalgo));
|
||||
g_eli_algo2str(md.md_ealgo));
|
||||
return;
|
||||
}
|
||||
val = gctl_get_intmax(req, "keylen");
|
||||
|
Loading…
Reference in New Issue
Block a user