Report whether the secure heap has been successfully initialised.

Synopsis

Declared in <openssl/crypto.h>

int
CRYPTO_secure_malloc_initialized();

Return Value

1 if CRYPTO_secure_malloc_init() succeeded, or 0 otherwise.

Created with MrDocs