From 2bf051a5770c22c61220c7f169432c93c0da612a Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 4 Jan 2024 14:02:34 -0500 Subject: *: 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 --- ospf6d/ospf6_auth_trailer.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ospf6d') diff --git a/ospf6d/ospf6_auth_trailer.c b/ospf6d/ospf6_auth_trailer.c index 10e00921f1..82671eef77 100644 --- a/ospf6d/ospf6_auth_trailer.c +++ b/ospf6d/ospf6_auth_trailer.c @@ -4,6 +4,12 @@ */ #include "zebra.h" + +#ifdef CRYPTO_OPENSSL +#include +#include +#endif + #include "config.h" #include "memory.h" #include "ospf6d.h" -- cgit v1.2.3