mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 00:39:46 +00:00
Move cookie callbacks implementation to own module
This commit is contained in:
committed by
Paul Bakker
parent
d485d194f9
commit
232edd46be
@@ -81,6 +81,10 @@ int main( int argc, char *argv[] )
|
||||
#include "polarssl/ssl_cache.h"
|
||||
#endif
|
||||
|
||||
#if defined(POLARSSL_SSL_DTLS_HELLO_VERIFY)
|
||||
#include "polarssl/ssl_cookie.h"
|
||||
#endif
|
||||
|
||||
#if defined(POLARSSL_MEMORY_BUFFER_ALLOC_C)
|
||||
#include "polarssl/memory.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user