diff options
author | Brent Cook <busterb@gmail.com> | 2021-12-15 03:32:25 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2021-12-15 03:32:25 -0600 |
commit | 26ed65c0b1ed923cd8203b85563c81c946083ad0 (patch) | |
tree | 9f60ecb1fd145f8e29fde8bb12fb6f0fa7ee8543 /crypto/CMakeLists.txt | |
parent | 755afbe5e465c4f3b67abe3d053dd3e6e0da3104 (diff) | |
download | portable-26ed65c0b1ed923cd8203b85563c81c946083ad0.tar.gz portable-26ed65c0b1ed923cd8203b85563c81c946083ad0.tar.bz2 portable-26ed65c0b1ed923cd8203b85563c81c946083ad0.zip |
add hmac_local.h
Diffstat (limited to 'crypto/CMakeLists.txt')
-rw-r--r-- | crypto/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 4e8a05a..d1be1a8 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -998,6 +998,7 @@ target_include_directories(crypto_obj | |||
998 | ecdh | 998 | ecdh |
999 | ecdsa | 999 | ecdsa |
1000 | evp | 1000 | evp |
1001 | hmac | ||
1001 | modes | 1002 | modes |
1002 | x509 | 1003 | x509 |
1003 | ../include/compat | 1004 | ../include/compat |