Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion sources/ippcp/crypto_mb/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ set(IFMA_INCLUDE_DIRS "${IFMA_INCLUDE_DIRS}"
set(PUBLIC_HEADERS_DIR "${CMAKE_CURRENT_SOURCE_DIR}/include/crypto_mb/")

if(NOT BN_OPENSSL_DISABLE)
set(OPENSSL_USE_STATIC_LIBS TRUE)
find_package(OpenSSL 1.1.0 REQUIRED) # set -DOPENSSL_INCLUDE_DIR= -DOPENSSL_LIBRARIES= -DOPENSSL_ROOT_DIR= to use patched
list(APPEND IFMA_INCLUDE_DIRS "${OPENSSL_INCLUDE_DIR}")
endif()
Expand Down
2 changes: 2 additions & 0 deletions sources/ippcp/crypto_mb/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ cmake . -B"../build"
-DOPENSSL_ROOT_DIR=/path/to/openssl
```

Set `-DOPENSSL_USE_STATIC_LIBS=TRUE` if static OpenSSL libraries are preferred.

## Usage Examples

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.