1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Update dependencies & includes for session tickets

This commit is contained in:
Manuel Pégourié-Gonnard
2015-05-20 09:55:50 +02:00
parent d59675d92c
commit 0c0f11f4b3
5 changed files with 12 additions and 13 deletions

View File

@ -50,8 +50,6 @@
#endif
#if defined(MBEDTLS_SSL_SESSION_TICKETS)
#include "mbedtls/ssl_ticket.h"
/* Implementation that should never be optimized out by the compiler */
static void mbedtls_zeroize( void *v, size_t n ) {
volatile unsigned char *p = v; while( n-- ) *p++ = 0;