Implement mbedtls_x509_ocsp_response_init()

This commit is contained in:
Andres Amaya Garcia
2017-08-25 15:29:26 +01:00
committed by Andres Amaya Garcia
parent aa8336eb9f
commit e5356c2bed

View File

@@ -52,6 +52,7 @@ static void mbedtls_zeroize( void *v, size_t n ) {
void mbedtls_x509_ocsp_response_init( mbedtls_x509_ocsp_response *resp )
{
memset( resp, 0, sizeof( mbedtls_x509_ocsp_response ) );
}
void mbedtls_x509_ocsp_response_free( mbedtls_x509_ocsp_response *resp )