mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-13 13:01:55 +03:00
certificate generation
git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@143 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
@ -36,20 +36,6 @@
|
||||
#include <sys/stat.h>
|
||||
#include "axhttp.h"
|
||||
|
||||
#if AXDEBUG
|
||||
#define AXDEBUGSTART \
|
||||
{ \
|
||||
FILE *dout; \
|
||||
dout = fopen("/var/log/axdebug", "a"); \
|
||||
|
||||
#define AXDEBUGEND \
|
||||
fclose(dout); \
|
||||
}
|
||||
#else /* AXDEBUG */
|
||||
#define AXDEBUGSTART
|
||||
#define AXDEBUGEND
|
||||
#endif /* AXDEBUG */
|
||||
|
||||
struct serverstruct *servers;
|
||||
struct connstruct *usedconns;
|
||||
struct connstruct *freeconns;
|
||||
|
Reference in New Issue
Block a user