diff options
Diffstat (limited to 'ccast/axTLS/tls1.c')
-rw-r--r-- | ccast/axTLS/tls1.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ccast/axTLS/tls1.c b/ccast/axTLS/tls1.c index b635263..d8ce892 100644 --- a/ccast/axTLS/tls1.c +++ b/ccast/axTLS/tls1.c @@ -309,6 +309,8 @@ EXP_FUNC int STDCALL ssl_read(SSL *ssl, uint8_t **in_data) return ret; } +int basic_readi(SSL *ssl, uint8_t **in_data); + /* * Internal read the SSL connection used for setup */ |