1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Disable RC4

This commit is contained in:
Ivan Grokhotkov
2015-12-09 23:39:26 +03:00
parent f98cae7b2f
commit 514b6685c5
2 changed files with 8 additions and 34 deletions

View File

@ -82,7 +82,7 @@ extern "C" {
#ifdef CONFIG_SSL_SKELETON_MODE
#define NUM_PROTOCOLS 1
#else
#define NUM_PROTOCOLS 4
#define NUM_PROTOCOLS 2
#endif
#define PARANOIA_CHECK(A, B) if (A < B) { \