Allow NULL ptr return so we can see error message

This commit is contained in:
Jay McCarthy 2016-08-11 19:30:44 -04:00
parent d22a771c98
commit a0a0e41908

View File

@ -266,7 +266,7 @@ TO DO:
(define-ssl SSL_CTX_free (_fun _SSL_CTX* -> _void)
#:wrap (deallocator))
(define-ssl SSL_CTX_new (_fun _SSL_METHOD* -> _SSL_CTX*)
(define-ssl SSL_CTX_new (_fun _SSL_METHOD* -> _SSL_CTX*/null)
#:wrap (allocator SSL_CTX_free))
(define-ssl SSL_CTX_callback_ctrl
(_fun _SSL_CTX* _int