Source release 18.1.0
This commit is contained in:
@@ -67,8 +67,8 @@ SSL_CTX* InitSslContext() {
|
||||
return ctx;
|
||||
}
|
||||
|
||||
static int LogBoringSslError(const char* message, size_t /* length */,
|
||||
void* /* user_data */) {
|
||||
int LogBoringSslError(const char* message, size_t /* length */,
|
||||
void* /* user_data */) {
|
||||
LOGE(" BoringSSL Error: %s", message);
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user