From a0c4fb9063e8d946a5540f99ef16b722c3588b07 Mon Sep 17 00:00:00 2001 From: Michal Ruprich Date: Thu, 12 Jan 2023 15:50:47 +0100 Subject: [PATCH] Adding an include for fips --- 0004-fips-mode.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/0004-fips-mode.patch b/0004-fips-mode.patch index e8efeb7..deedf14 100644 --- a/0004-fips-mode.patch +++ b/0004-fips-mode.patch @@ -101,3 +101,15 @@ index 5bb81ef..02a09ef 100644 nb_cli_enqueue_change(vty, "./authentication-scheme/mode", NB_OP_MODIFY, strmatch(mode, "md5") ? "md5" : "plain-text"); if (strmatch(mode, "md5")) +diff --git a/lib/zebra.h b/lib/zebra.h +index 53ae5b4..930307f 100644 +--- a/lib/zebra.h ++++ b/lib/zebra.h +@@ -114,6 +114,7 @@ + #ifdef CRYPTO_OPENSSL + #include + #include ++#include + #endif + + #include "openbsd-tree.h"