K 10 svn:author V 5 brnrd K 8 svn:date V 27 2016-01-13T17:29:12.467949Z K 7 svn:log V 663 security/openssl: Fix No-SSLv3 option - This change adds `no-ssl3-method` to config args - Bump portrevision Testing with security/openssl buillt with SSL3 option disabled [1] revealed that the openssl binary and the libraries still support SSLv3 connections and methods. With the added no-ssl3-method argument passed to the config script, the binary no longer supports the -ssl3 option and ports requiring SSLv3 methods fail on undefined references to methods. PR: 203693 [1] Reviewed by: koobs (mentor), feld (mentor, ports-secteam), dinoex (maintainer) Approved by: koobs (mentor), feld (mentor, ports-secteam MFH: 2016Q1 Differential Revision: D4924 END