Bug 198400

Summary: [PATCH] security/sslwrap: Fix build without SSLv2
Product: Ports & Packages Reporter: Bernard Spil <brnrd>
Component: Individual Port(s)Assignee: Bartek Rutkowski <robak>
Status: Closed FIXED    
Severity: Affects Some People CC: robak
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
svn diff for security/sslwrap none

Description Bernard Spil freebsd_committer freebsd_triage 2015-03-07 22:10:04 UTC
Created attachment 153976 [details]
svn diff for security/sslwrap

security/sslwrap fails when built with an OpenSSL library that does not have SSLv2. This was found during a build of all ports with LibreSSL
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-04-03 18:29:33 UTC
A commit references this bug:

Author: robak
Date: Fri Apr  3 18:28:56 UTC 2015
New revision: 383166
URL: https://svnweb.freebsd.org/changeset/ports/383166

Log:
  security/sslwrap: fix build with OpenSSL libs without SSLv2

  PR:		198400
  Submitted by:	Bernard Spil <spil.oss@gmail.com>

Changes:
  head/security/sslwrap/Makefile
  head/security/sslwrap/files/patch-s_server.c
Comment 2 Bartek Rutkowski freebsd_committer freebsd_triage 2015-04-03 18:29:54 UTC
Committed, thanks for your work!