Skip to content

Commit

Permalink
Revert files
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Ashley <[email protected]>
  • Loading branch information
ashman-p committed Oct 5, 2024
1 parent 68a58c5 commit 560f3a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/common/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,6 @@ OQS_API int OQS_CPU_has_extension(OQS_CPU_EXT ext) {
}

OQS_API void OQS_init(void) {
#if defined(OQS_USE_OPENSSL)
OSSL_FUNC(OPENSSL_init_crypto)(OPENSSL_INIT_ENGINE_ALL_BUILTIN | OPENSSL_INIT_ADD_ALL_CIPHERS,
NULL);
#endif
#if defined(OQS_DIST_BUILD)
OQS_CPU_has_extension(OQS_CPU_EXT_INIT);
#endif
Expand Down
1 change: 0 additions & 1 deletion src/common/ossl_functions.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,3 @@ 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 560f3a0

Please sign in to comment.