CVSROOT: /cvs Module name: ports Changes by: [email protected] 2015/07/17 22:09:28
Modified files:
security/yubiserve: Makefile
security/yubiserve/patches: patch-yubiserve_py
Log message:
revert diff which changed SSLv23_METHOD to TLSv1_METHOD, the former is better
as it allows detecting the best version to use (include TLS 1.0, 1.1, 1.2)
whereas TLSv1_METHOD forces 1.0 only.
