Fix duplicate declaration of "wolfSSL_init_memory_heap" (errors after rebase).

This commit is contained in:
David Garske
2016-08-29 11:50:43 -07:00
parent 6a70403547
commit ddff90ea26

View File

@@ -1897,10 +1897,6 @@ WOLFSSL_LOCAL int TLSX_ValidateQSHScheme(TLSX** extensions, word16 name);
#endif /* HAVE_QSH */ #endif /* HAVE_QSH */
#ifdef WOLFSSL_STATIC_MEMORY
WOLFSSL_LOCAL int wolfSSL_init_memory_heap(WOLFSSL_HEAP* heap);
#endif
/* wolfSSL context type */ /* wolfSSL context type */
struct WOLFSSL_CTX { struct WOLFSSL_CTX {
WOLFSSL_METHOD* method; WOLFSSL_METHOD* method;