diff options
author | jperkin <jperkin@pkgsrc.org> | 2020-01-16 13:33:50 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2020-01-16 13:33:50 +0000 |
commit | 019642d7a610f117e4880f4ff3f2757456573aed (patch) | |
tree | bac78e39b808f7e3192cd01a449dd7000fdb1dfd /net/tcpdump | |
parent | fc597c7e488c846c18a2afd23b79e3dde09cd454 (diff) | |
download | pkgsrc-019642d7a610f117e4880f4ff3f2757456573aed.tar.gz |
*: Remove USE_OLD_DES_API.
OpenSSL 1.1.1d no longer ships des_old.h, and the time for this being
necessary appears to be behind us.
Diffstat (limited to 'net/tcpdump')
-rw-r--r-- | net/tcpdump/options.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/tcpdump/options.mk b/net/tcpdump/options.mk index aeb9dff50b8..906de36a7c6 100644 --- a/net/tcpdump/options.mk +++ b/net/tcpdump/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2017/09/08 11:10:41 wiz Exp $ +# $NetBSD: options.mk,v 1.5 2020/01/16 13:33:51 jperkin Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.tcpdump PKG_SUPPORTED_OPTIONS= ssl libsmi @@ -7,7 +7,6 @@ PKG_SUGGESTED_OPTIONS= ssl .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mssl) -USE_OLD_DES_API= yes .include "../../security/openssl/buildlink3.mk" .else CONFIGURE_ARGS+= --without-crypto |