File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ set(IFMA_INCLUDE_DIRS "${IFMA_INCLUDE_DIRS}"
36
36
set (PUBLIC_HEADERS_DIR "${CMAKE_CURRENT_SOURCE_DIR} /include/crypto_mb/" )
37
37
38
38
if (NOT BN_OPENSSL_DISABLE)
39
- set (OPENSSL_USE_STATIC_LIBS TRUE )
40
39
find_package (OpenSSL 1.1.0 REQUIRED) # set -DOPENSSL_INCLUDE_DIR= -DOPENSSL_LIBRARIES= -DOPENSSL_ROOT_DIR= to use patched
41
40
list (APPEND IFMA_INCLUDE_DIRS "${OPENSSL_INCLUDE_DIR} " )
42
41
endif ()
Original file line number Diff line number Diff line change @@ -115,6 +115,8 @@ cmake . -B"../build"
115
115
-DOPENSSL_ROOT_DIR=/path/to/openssl
116
116
```
117
117
118
+ Set ` -DOPENSSL_USE_STATIC_LIBS=TRUE ` if static OpenSSL libraries are preferred.
119
+
118
120
## Usage Examples
119
121
120
122
You can find the examples of usage of the optimized kernels with Intel IPP Cryptography\* API in the ` <ipp-crypto-dir>/examples/rsa_mb ` folder.
You can’t perform that action at this time.
0 commit comments