adds negotiate() to ssl interface

This commit is contained in:
Moisés Guimarães 2016-12-06 12:09:19 -03:00
parent 07072ef266
commit 2cbdd45e8f
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ ffi.cdef(
void wolfSSL_free(void*);
int wolfSSL_set_fd(void*, int);
int wolfSSL_negotiate(void*);
int wolfSSL_write(void*, const void*, int);
int wolfSSL_read(void*, void*, int);
int wolfSSL_shutdown(void*);