Sync with CyaSSL master

This commit is contained in:
Takashi Kojo
2014-03-11 11:22:39 +09:00
parent 6463d34fe7
commit a9ca608030
80 changed files with 2253 additions and 4435 deletions

View File

@@ -2252,12 +2252,6 @@ int CyaSSL_CertManagerVerifyBuffer(CYASSL_CERT_MANAGER* cm, const byte* buff,
#ifndef NO_FILESYSTEM
#if defined(CYASSL_MDK_ARM)
extern FILE * CyaSSL_fopen(const char *name, const char *mode) ;
#define XFOPEN CyaSSL_fopen
#else
#define XFOPEN fopen
#endif
/* process a file with name fname into ctx of format and type
userChain specifies a user certificate chain to pass during handshake */