X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/8ab0a995a9fa4e361fe608688dc447bad3912c00..05ec05a87b3a7c6983a16b5ae62d0f1512c4ce89:/print-isakmp.c diff --git a/print-isakmp.c b/print-isakmp.c index 4f96afe3..ee82f5b7 100644 --- a/print-isakmp.c +++ b/print-isakmp.c @@ -38,6 +38,13 @@ static const char rcsid[] _U_ = #include "config.h" #endif +/* The functions from print-esp.c used in this file are only defined when both + * OpenSSL and evp.h are detected. Employ the same preprocessor device here. + */ +#ifndef HAVE_OPENSSL_EVP_H +#undef HAVE_LIBCRYPTO +#endif + #include #include