mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-06 04:25:43 +02:00
Implement mbedtls_x509_ocsp_response_init()
This commit is contained in:
committed by
Andres Amaya Garcia
parent
aa8336eb9f
commit
e5356c2bed
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user