Latest update.
This commit is contained in:
@@ -18,6 +18,9 @@
|
||||
#include "internal/provider.h"
|
||||
#include "internal/refcount.h"
|
||||
#include "provider_local.h"
|
||||
#ifndef FIPS_MODE
|
||||
# include <openssl/self_test.h>
|
||||
#endif
|
||||
|
||||
static OSSL_PROVIDER *provider_new(const char *name,
|
||||
OSSL_provider_init_fn *init_function);
|
||||
@@ -873,8 +876,9 @@ static const OSSL_DISPATCH core_dispatch_[] = {
|
||||
{ OSSL_FUNC_BIO_NEW_MEMBUF, (void (*)(void))BIO_new_mem_buf },
|
||||
{ OSSL_FUNC_BIO_READ_EX, (void (*)(void))BIO_read_ex },
|
||||
{ OSSL_FUNC_BIO_FREE, (void (*)(void))BIO_free },
|
||||
{ OSSL_FUNC_BIO_VPRINTF, (void (*)(void))BIO_vprintf },
|
||||
{ OSSL_FUNC_SELF_TEST_CB, (void (*)(void))OSSL_SELF_TEST_get_callback },
|
||||
#endif
|
||||
|
||||
{ OSSL_FUNC_CRYPTO_MALLOC, (void (*)(void))CRYPTO_malloc },
|
||||
{ OSSL_FUNC_CRYPTO_ZALLOC, (void (*)(void))CRYPTO_zalloc },
|
||||
{ OSSL_FUNC_CRYPTO_FREE, (void (*)(void))CRYPTO_free },
|
||||
|
||||
Reference in New Issue
Block a user