Skip to content

Commit

Permalink
Add OPENSSL_init_crypto to the list of OpenSSL functions called liboqs.
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Ashley <[email protected]>
  • Loading branch information
ashman-p committed Sep 30, 2024
1 parent 6e37df4 commit 68a58c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/ossl_functions.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ VOID_FUNC(void, OPENSSL_cleanse, (void *ptr, size_t len), (ptr, len))
FUNC(int, RAND_bytes, (unsigned char *buf, int num), (buf, num))
FUNC(int, RAND_poll, (void), ())
FUNC(int, RAND_status, (void), ())
FUNC(int, OPENSSL_init_crypto, (uint64_t opts, const OPENSSL_INIT_SETTINGS *settings), (opts, settings))

0 comments on commit 68a58c5

Please sign in to comment.