Build fix.
This commit is contained in:
parent
3bea15adca
commit
8769583f90
@ -546,7 +546,6 @@ BSecureSocket::Read(void* buffer, size_t size)
|
|||||||
return B_ERROR;
|
return B_ERROR;
|
||||||
|
|
||||||
int bytesRead;
|
int bytesRead;
|
||||||
int error;
|
|
||||||
int retry;
|
int retry;
|
||||||
do {
|
do {
|
||||||
bytesRead = SSL_read(fPrivate->fSSL, buffer, size);
|
bytesRead = SSL_read(fPrivate->fSSL, buffer, size);
|
||||||
|
Loading…
Reference in New Issue
Block a user