Pārlūkot izejas kodu

Fix Windows build.

Now that 11c0f8e54c has landed, none of
the cases of the switch in |ssl3_ctrl| ever break and so the “return 1”
at the end of the function is unreachable. MSVC is unhappy about that.

Change-Id: I001dc63831ba60d93b622ac095297e2febc5f078
kris/onging/CECPQ3_patch15
Adam Langley pirms 9 gadiem
vecāks
revīzija
6df1ac9092
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. +0
    -2
      ssl/s3_lib.c

+ 0
- 2
ssl/s3_lib.c Parādīt failu

@@ -467,8 +467,6 @@ long ssl3_ctx_ctrl(SSL_CTX *ctx, int cmd, long larg, void *parg) {
default:
return 0;
}

return 1;
}

int SSL_CTX_set_tlsext_servername_callback(


Notiek ielāde…
Atcelt
Saglabāt