mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03: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