aboutsummaryrefslogtreecommitdiff
path: root/lib/geom
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2019-05-24 06:49:47 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2019-05-24 06:49:47 +0000
commit2b32abd2b1804bea2bb6c7c57be997cecd931b72 (patch)
tree1b73be76a662179f573b2a39f200b3063cc71f8c /lib/geom
parented3f0b8a211046ad4e8ef7a087949b5b11d79471 (diff)
downloadsrc-2b32abd2b1804bea2bb6c7c57be997cecd931b72.tar.gz
src-2b32abd2b1804bea2bb6c7c57be997cecd931b72.zip
Correct the argument passed to g_eli_algo2str()
MFC with: r348206 Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=348231
Diffstat (limited to 'lib/geom')
-rw-r--r--lib/geom/eli/geom_eli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/geom/eli/geom_eli.c b/lib/geom/eli/geom_eli.c
index 7fddef29acdb..33a4ddf297b4 100644
--- a/lib/geom/eli/geom_eli.c
+++ b/lib/geom/eli/geom_eli.c
@@ -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");