mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-29 05:21:37 +03:00
Make our cert/key more compact + fix small typo
git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@50 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
@ -28,7 +28,9 @@
|
||||
|
||||
/* Don't import the default key/certificate if not used */
|
||||
#if defined(CONFIG_SSL_USE_DEFAULT_KEY) || defined(CONFIG_SSL_SKELETON_MODE)
|
||||
static const /* saves a few bytes and RAM */
|
||||
#include "cert.h"
|
||||
static const /* saves a few more bytes */
|
||||
#include "private_key.h"
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user