mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 20:54:41 +02:00
adds negotiate() to ssl interface
This commit is contained in:
@@ -63,6 +63,7 @@ ffi.cdef(
|
|||||||
void wolfSSL_free(void*);
|
void wolfSSL_free(void*);
|
||||||
|
|
||||||
int wolfSSL_set_fd(void*, int);
|
int wolfSSL_set_fd(void*, int);
|
||||||
|
int wolfSSL_negotiate(void*);
|
||||||
int wolfSSL_write(void*, const void*, int);
|
int wolfSSL_write(void*, const void*, int);
|
||||||
int wolfSSL_read(void*, void*, int);
|
int wolfSSL_read(void*, void*, int);
|
||||||
int wolfSSL_shutdown(void*);
|
int wolfSSL_shutdown(void*);
|
||||||
|
Reference in New Issue
Block a user