]> The Tcpdump Group git mirrors - tcpdump/commitdiff
undefine HAVE_LIBCRYPTO if configure can't find evp.h
authorBill Fenner <[email protected]>
Tue, 23 Mar 2004 16:40:00 +0000 (16:40 +0000)
committerDenis Ovsienko <[email protected]>
Sun, 9 Jun 2013 08:07:24 +0000 (12:07 +0400)
print-esp.c

index ade654a33709454634ab44335aad1635d5591d4f..0bb5cdd16ec12fdf149d44d6d8d5e71bce811430 100644 (file)
@@ -39,6 +39,8 @@ static const char rcsid[] _U_ =
 #ifdef HAVE_LIBCRYPTO
 #ifdef HAVE_OPENSSL_EVP_H
 #include <openssl/evp.h>
+#else
+#undef HAVE_LIBCRYPTO
 #endif
 #endif