tls/schannel: remove unused variable

This commit is contained in:
Dmitry Podgorny
2016-09-02 17:09:47 +03:00
parent 111659cc91
commit f44232762e

View File

@@ -563,7 +563,6 @@ int tls_write(tls_t *tls, const void * const buff, const size_t len)
{
SecBufferDesc sbdenc;
SecBuffer sbenc[4];
unsigned char *sendbuffer;
const unsigned char *p = buff;
int sent = 0, ret, remain = len;