diff options
| author | Christian Hopps <chopps@labn.net> | 2024-01-05 09:40:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-05 09:40:56 -0500 |
| commit | 43331c0d7874be943eaa4cf2bf075ffd5ac2463a (patch) | |
| tree | d36531421062329e769c7791567431eff67d9b78 /ospfd/ospf_auth.c | |
| parent | 8d7d560e70e00366313d790212db9c6a6ee948e0 (diff) | |
| parent | 496d87c14f59345ecf851084e9c6a1ebe2a5ae60 (diff) | |
Merge pull request #15092 from donaldsharp/lib_zebra_h_cleanup
Lib zebra h cleanup
Diffstat (limited to 'ospfd/ospf_auth.c')
| -rw-r--r-- | ospfd/ospf_auth.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ospfd/ospf_auth.c b/ospfd/ospf_auth.c index 11ee1ddb18..74dc7d556b 100644 --- a/ospfd/ospf_auth.c +++ b/ospfd/ospf_auth.c @@ -6,6 +6,11 @@ #include <zebra.h> +#ifdef CRYPTO_OPENSSL +#include <openssl/evp.h> +#include <openssl/hmac.h> +#endif + #include "linklist.h" #include "if.h" #include "checksum.h" |
