diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2019-08-12 17:09:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-12 17:09:14 +0200 |
| commit | bb5fd82d90329bc0ae515d28fd55ebf048044295 (patch) | |
| tree | a6ef8101277138a9eeb80da9604df511112d558e /lib/zebra.h | |
| parent | 595ad74b772ef1e32a1c238e6bc8ae7eb447cd27 (diff) | |
| parent | 0513a271535a9351a4e3e5bde7670f197535c76a (diff) | |
Merge pull request #4677 from mruprich/master
ospfd,ripd: Enabling openssl library for md5 authentication in RIP and OSPF
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> |
