svn commit: r487022 - head/security/libssh

Tobias Kortkamp tobik at FreeBSD.org
Sun Dec 9 06:08:12 UTC 2018


Author: tobik
Date: Sun Dec  9 06:08:11 2018
New Revision: 487022
URL: https://svnweb.freebsd.org/changeset/ports/487022

Log:
  security/libssh builds fine with OpenSSL 1.1.1 after r482279
  
  http://beefy12.nyi.freebsd.org/data/head-amd64-default/p485718_s340864/logs/libssh-0.8.4.log
  
  PR:		228895

Modified:
  head/security/libssh/Makefile

Modified: head/security/libssh/Makefile
==============================================================================
--- head/security/libssh/Makefile	Sun Dec  9 05:43:01 2018	(r487021)
+++ head/security/libssh/Makefile	Sun Dec  9 06:08:11 2018	(r487022)
@@ -12,9 +12,6 @@ COMMENT=	Library implementing the SSH1 and SSH2 protoc
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_SSL=	openssl111
-BROKEN_SSL_REASON_openssl111=	error: variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st')
-
 OPTIONS_DEFINE=	SSH1 STATIC
 OPTIONS_RADIO=	CRYPTO
 OPTIONS_RADIO_CRYPTO=	GCRYPT OPENSSL


More information about the svn-ports-all mailing list