summaryrefslogtreecommitdiffstats
path: root/ripd
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2024-01-04 20:02:34 +0100
committerDonald Sharp <sharpd@nvidia.com>2024-01-04 20:02:34 +0100
commit2bf051a5770c22c61220c7f169432c93c0da612a (patch)
treed820dedac54e8c79f1edfaf1dc5f9bb8ba10f441 /ripd
parentlib: Breakout sendmmsg into it's own header (diff)
downloadfrr-2bf051a5770c22c61220c7f169432c93c0da612a.tar.xz
frr-2bf051a5770c22c61220c7f169432c93c0da612a.zip
*: 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 'ripd')
-rw-r--r--ripd/ripd.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ripd/ripd.c b/ripd/ripd.c
index a94dd96da..d5df16c3a 100644
--- a/ripd/ripd.c
+++ b/ripd/ripd.c
@@ -6,6 +6,11 @@
#include <zebra.h>
+#ifdef CRYPTO_OPENSSL
+#include <openssl/evp.h>
+#include <openssl/hmac.h>
+#endif
+
#include "vrf.h"
#include "if.h"
#include "command.h"