Author: lwhsu
Date: Fri May 24 06:49:47 2019
New Revision: 348231
URL: https://svnweb.freebsd.org/changeset/base/348231
Log:
Correct the argument passed to g_eli_algo2str()
MFC with: r348206
Sponsored by: The FreeBSD Foundation
Modified:
head/lib/geom/eli/geom_eli.c
Modified: head/lib/geom/eli/geom_eli.c
==============================================================================
--- head/lib/geom/eli/geom_eli.c Fri May 24 06:27:11 2019
(r348230)
+++ head/lib/geom/eli/geom_eli.c Fri May 24 06:49:47 2019
(r348231)
@@ -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");
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"