]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-isakmp.c
IP packet information printing from NFLOG packet
[tcpdump] / print-isakmp.c
index 4f96afe38115032fc2b753261e055c5d2d1c1db1..ee82f5b75b3648ba150acb73d34385db67b6bbf6 100644 (file)
@@ -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 <tcpdump-stdinc.h>
 
 #include <string.h>