tcpdump: Do not hard code HAVE_LIBCRYPTO in config.h

Reviewed by:	emaste
Fixes:		ee67461e56 (tpcdump: Update to 4.99.4)
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Joseph Mingrone
2023-06-08 19:51:32 -03:00
parent e9a38ed2fa
commit a75d93a74d
+2 -1
View File
@@ -66,7 +66,8 @@
/* #undef HAVE_LIBCAP_NG */ /* #undef HAVE_LIBCAP_NG */
/* Define to 1 if you have the `crypto' library (-lcrypto). */ /* Define to 1 if you have the `crypto' library (-lcrypto). */
#define HAVE_LIBCRYPTO 1 /* See Makefile */
/* #undef HAVE_LIBCRYPTO */
/* Define to 1 if you have the `rpc' library (-lrpc). */ /* Define to 1 if you have the `rpc' library (-lrpc). */
/* #undef HAVE_LIBRPC */ /* #undef HAVE_LIBRPC */