Cleanup old WOLFSSL and WOLFSSL_CTX references in wolfCrypt that are no longer required.

This commit is contained in:
David Garske
2018-07-05 09:58:47 -07:00
parent e17a16a45a
commit 0e8e3b7441
2 changed files with 0 additions and 11 deletions

View File

@ -50,8 +50,6 @@
#define WC_RNG_TYPE_DEFINED
#endif
struct WOLFSSL_CTX;
/* Certificate file Type */
enum CertType {

View File

@ -30,16 +30,7 @@
#include <wolfssl/wolfcrypt/wc_port.h>
#endif
#ifndef WOLFSSL_WOLFSSL_TYPE_DEFINED
#define WOLFSSL_WOLFSSL_TYPE_DEFINED
typedef struct WOLFSSL WOLFSSL;
#endif
typedef struct WOLF_EVENT WOLF_EVENT;
#ifndef WOLFSSL_WOLFSSL_CTX_TYPE_DEFINED
#define WOLFSSL_WOLFSSL_CTX_TYPE_DEFINED
typedef struct WOLFSSL_CTX WOLFSSL_CTX;
#endif
typedef unsigned short WOLF_EVENT_FLAG;
typedef enum WOLF_EVENT_TYPE {