mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-08-18 11:22:10 +02:00
linuxkm/lkcapi_glue.c: make the #error message for defined(CONFIG_CRYPTO_FIPS) != defined(HAVE_FIPS) more informative.
This commit is contained in:
@@ -38,7 +38,11 @@
|
||||
* it's a macro hardcoding it to literal 0).
|
||||
*/
|
||||
#if defined(CONFIG_CRYPTO_FIPS) != defined(HAVE_FIPS)
|
||||
#error CONFIG_CRYPTO_MANAGER requires that CONFIG_CRYPTO_FIPS match HAVE_FIPS.
|
||||
#ifdef HAVE_FIPS
|
||||
#error CONFIG_CRYPTO_MANAGER requires that CONFIG_CRYPTO_FIPS match HAVE_FIPS (CONFIG_CRYPTO_FIPS unset).
|
||||
#else
|
||||
#error CONFIG_CRYPTO_MANAGER requires that CONFIG_CRYPTO_FIPS match HAVE_FIPS (HAVE_FIPS unset).
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user