forked from Mirror/frr
*: 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>
This commit is contained in:
parent
10387101fe
commit
2bf051a577
|
@ -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
|
||||
|
|
|
@ -83,11 +83,6 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef CRYPTO_OPENSSL
|
||||
#include <openssl/evp.h>
|
||||
#include <openssl/hmac.h>
|
||||
#endif
|
||||
|
||||
#include "openbsd-tree.h"
|
||||
|
||||
#include <netinet/in.h>
|
||||
|
|
|
@ -4,6 +4,12 @@
|
|||
*/
|
||||
|
||||
#include "zebra.h"
|
||||
|
||||
#ifdef CRYPTO_OPENSSL
|
||||
#include <openssl/evp.h>
|
||||
#include <openssl/hmac.h>
|
||||
#endif
|
||||
|
||||
#include "config.h"
|
||||
#include "memory.h"
|
||||
#include "ospf6d.h"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue