diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2024-01-04 14:02:34 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2024-01-04 14:02:34 -0500 |
| commit | 2bf051a5770c22c61220c7f169432c93c0da612a (patch) | |
| tree | d820dedac54e8c79f1edfaf1dc5f9bb8ba10f441 /isisd | |
| parent | 10387101fecf4956db38945655aa291aec63d9f7 (diff) | |
*: Remove Crypto openSSL define from zebra.h
Only a couple of places use this. Move these to a better
spot.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'isisd')
| -rw-r--r-- | isisd/isis_tlvs.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/isisd/isis_tlvs.c b/isisd/isis_tlvs.c index ecf43faa70..2b0a58b739 100644 --- a/isisd/isis_tlvs.c +++ b/isisd/isis_tlvs.c @@ -13,6 +13,11 @@ #include <zebra.h> #include <json-c/json_object.h> +#ifdef CRYPTO_OPENSSL +#include <openssl/evp.h> +#include <openssl/hmac.h> +#endif + #ifdef CRYPTO_INTERNAL #include "md5.h" #endif |
