From Yaniv Bronhaim <[email protected]>: Yaniv Bronhaim has submitted this change and it was merged. ( https://gerrit.ovirt.org/80586 )
Change subject: m2cutils: fix a typo in SSL_OP_NO_TLSv1_1 constant ...................................................................... m2cutils: fix a typo in SSL_OP_NO_TLSv1_1 constant SSL_OP_NO_TLSv1_1 is missing a zero, causing ssl not to exclude TLSv1.1 protocol. Label: ovirt-4.1-only Signed-off-by: Irit Goihman <[email protected]> Change-Id: I88018f3f73f420d25a7eb0f22ffa8ba56049dd68 Bug-Url: https://bugzilla.redhat.com/1473344 --- M lib/vdsm/m2cutils.py 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Martin Peřina: Looks good to me, but someone else must approve Yaniv Bronhaim: Looks good to me, approved Jenkins CI: Passed CI tests Irit Goihman: Verified -- To view, visit https://gerrit.ovirt.org/80586 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I88018f3f73f420d25a7eb0f22ffa8ba56049dd68 Gerrit-PatchSet: 3 Gerrit-Project: vdsm Gerrit-Branch: ovirt-4.1 Gerrit-Owner: Irit Goihman <[email protected]> Gerrit-Reviewer: Irit Goihman <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Peřina <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list -- [email protected] To unsubscribe send an email to [email protected]
