vcpkg/ports/wolfssl/wolfssl_pr5401.diff
David Garske 66045de4dc
[wolfSSL] update version to v5.4.0 AND [wolfTPM] update version to v2.5.0 AND [wolfMQTT] update version to v1.14.0 (#25936)
* wolfSSL release updates for wolfTPM v2.5.0, wolfSSL v5.4.0 and wolfMQTT v1.14.0.

* Fixes for wolfSSL, wolfTPM and wolfMQTT for CMake issues.
2022-07-29 21:33:04 -07:00

18 lines
376 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f2da855cce3..467f4b79725 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2044,7 +2044,11 @@ endif()
if(NOT BUILD_SP)
list(APPEND HEADER_EXCLUDE
- "wolfssl/wolfcrypt/sp.h"
+ "wolfssl/wolfcrypt/sp.h")
+endif()
+
+if(NOT BUILD_SP_INT)
+ list(APPEND HEADER_EXCLUDE
"wolfssl/wolfcrypt/sp_int.h")
endif()