diff options
author | Cy Schubert <cy@FreeBSD.org> | 2018-12-26 18:14:16 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2018-12-26 18:14:16 +0000 |
commit | ed42bac19abc51b187ce202dd1f4a8312314a2bb (patch) | |
tree | 84faa89ccb2f94aceaad9bd05d2c804943f187da /net/vtun | |
parent | 8542e53d588841ba1bd477d9a1384360c8504e8c (diff) |
Fix with OpenSSL 1.1+
PR: 234416
Submitted by: mat
MFH: 2018Q4
Notes
Notes:
svn path=/head/; revision=488416
Diffstat (limited to 'net/vtun')
-rw-r--r-- | net/vtun/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile index 87f83f529074..ba083a175771 100644 --- a/net/vtun/Makefile +++ b/net/vtun/Makefile @@ -15,8 +15,6 @@ LICENSE= GPLv2 DEPRECATED= No longer supported by upline EXPIRATION_DATE= 2021-09-30 -BROKEN_SSL= openssl111 - LIB_DEPENDS= liblzo2.so:archivers/lzo2 CFLAGS+= -ansi -Wno-pointer-sign |