diff options
Diffstat (limited to 'crypto/CMakeLists.txt')
-rw-r--r-- | crypto/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index d7b65e2..028d840 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -681,6 +681,11 @@ if(NOT HAVE_ASPRINTF) | |||
681 | set(EXTRA_EXPORT ${EXTRA_EXPORT} vasprintf) | 681 | set(EXTRA_EXPORT ${EXTRA_EXPORT} vasprintf) |
682 | endif() | 682 | endif() |
683 | 683 | ||
684 | if(NOT HAVE_FREEZERO) | ||
685 | set(CRYPTO_SRC ${CRYPTO_SRC} compat/freezero.c) | ||
686 | set(EXTRA_EXPORT ${EXTRA_EXPORT} freezero) | ||
687 | endif() | ||
688 | |||
684 | if(NOT HAVE_GETPAGESIZE) | 689 | if(NOT HAVE_GETPAGESIZE) |
685 | set(CRYPTO_SRC ${CRYPTO_SRC} compat/getpagesize.c) | 690 | set(CRYPTO_SRC ${CRYPTO_SRC} compat/getpagesize.c) |
686 | endif() | 691 | endif() |