mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 19:54:40 +02:00
Merge pull request #1948 from dgarske/fix_fips
Fix missing fips.h error
This commit is contained in:
@@ -20,7 +20,6 @@ nobase_include_HEADERS+= \
|
||||
wolfssl/wolfcrypt/fe_operations.h \
|
||||
wolfssl/wolfcrypt/ge_operations.h \
|
||||
wolfssl/wolfcrypt/error-crypt.h \
|
||||
wolfssl/wolfcrypt/fips.h \
|
||||
wolfssl/wolfcrypt/fips_test.h \
|
||||
wolfssl/wolfcrypt/hash.h \
|
||||
wolfssl/wolfcrypt/hc128.h \
|
||||
@@ -115,3 +114,6 @@ if BUILD_SELFTEST
|
||||
nobase_include_HEADERS+= wolfssl/wolfcrypt/selftest.h
|
||||
endif
|
||||
|
||||
if BUILD_FIPS_V2
|
||||
nobase_include_HEADERS+= wolfssl/wolfcrypt/fips.h
|
||||
endif
|
||||
|
Reference in New Issue
Block a user