]> granicus.if.org Git - curl/commit
vtls: s/SSLEAY/OPENSSL
authorDaniel Stenberg <daniel@haxx.se>
Sun, 25 Dec 2016 23:06:33 +0000 (00:06 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 25 Dec 2016 23:10:04 +0000 (00:10 +0100)
commita7b38c9dc98481e4a5fc37e51a8690337c674dfb
tree5ca390633d9019e67de4464ea6762e3500b0fbb4
parent209b2302272b86c2bbe4d3d2b62e1695655f8670
vtls: s/SSLEAY/OPENSSL

Fixed an old leftover use of the USE_SSLEAY define which would make a
socket get removed from the applications sockets to monitor when the
multi_socket API was used, leading to timeouts.

Bug: #1174
lib/vtls/vtls.c