19 #ifndef HEADER_CRYPTO_HPP
20 #define HEADER_CRYPTO_HPP
22 #ifdef APPLE_NETWORK_LIBRARIES
23 #include "network/crypto_cryptokit.hpp"
24 #elif defined(ENABLE_CRYPTO_OPENSSL)
25 #include "network/crypto_openssl.hpp"
27 #include "network/crypto_mbedtls.hpp"