diff options
Diffstat (limited to 'ccast/axTLS/tls1.c')
-rw-r--r-- | ccast/axTLS/tls1.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ccast/axTLS/tls1.c b/ccast/axTLS/tls1.c index d8ce892..b635263 100644 --- a/ccast/axTLS/tls1.c +++ b/ccast/axTLS/tls1.c @@ -309,8 +309,6 @@ 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 */ |