You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: configure.ac
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9364,9 +9364,9 @@ fi
9364
9364
AC_ARG_ENABLE([linuxkm-lkcapi-register],
9365
9365
[AS_HELP_STRING([--enable-linuxkm-lkcapi-register],[Register wolfCrypt implementations with the Linux Kernel Crypto API backplane. Possible values are "none", "all", "cbc(aes)", "cfb(aes)", "gcm(aes)", and "xts(aes)", or a comma-separate combination. (default: none)])],
9366
9366
[ENABLED_LINUXKM_LKCAPI_REGISTER=$enableval],
9367
-
[ENABLED_LINUXKM_LKCAPI_REGISTER=none]
9367
+
[ENABLED_LINUXKM_LKCAPI_REGISTER=no]
9368
9368
)
9369
-
if test "$ENABLED_LINUXKM_LKCAPI_REGISTER" != "none"
9369
+
if test "$ENABLED_LINUXKM_LKCAPI_REGISTER" != "no"
0 commit comments