diff options
| author | Michal Ruprich <mruprich@redhat.com> | 2019-07-11 11:28:15 +0200 |
|---|---|---|
| committer | Michal Ruprich <mruprich@redhat.com> | 2019-08-08 16:03:20 +0200 |
| commit | 0513a271535a9351a4e3e5bde7670f197535c76a (patch) | |
| tree | e5c730f066adef6c6057c6ca090b9151f7073e9f /lib/zebra.h | |
| parent | 76eb017923497a173815c47cdb6f9852efd5bcb5 (diff) | |
ospfd,ripd: Enabling build with openssl
Enabling openssl library for md5 authentication in RIP and OSPF
Signed-off-by: Michal Ruprich <michalruprich@gmail.com>
Diffstat (limited to 'lib/zebra.h')
| -rw-r--r-- | lib/zebra.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/zebra.h b/lib/zebra.h index 22239f8e60..352887eca8 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -134,6 +134,10 @@ typedef unsigned char uint8_t; #endif #endif +#ifdef CRYPTO_OPENSSL +#include <openssl/evp.h> +#endif + #include "openbsd-tree.h" #include <netinet/in.h> |
