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
No known key found for this signature in database
GPG Key ID: 36A40C83B0D6EF9E

View File

@ -66,7 +66,8 @@
/* #undef HAVE_LIBCAP_NG */
/* 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). */
/* #undef HAVE_LIBRPC */