sync with OpenBSD -current
This commit is contained in:
parent
c8468dd63a
commit
caadbe0d20
15 changed files with 44 additions and 96 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: crypto_init.c,v 1.18 2024/01/25 12:22:31 tb Exp $ */
|
||||
/* $OpenBSD: crypto_init.c,v 1.19 2024/03/19 19:27:33 tb Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2018 Bob Beck <beck@openbsd.org>
|
||||
*
|
||||
|
@ -37,6 +37,11 @@ static pthread_once_t crypto_init_once = PTHREAD_ONCE_INIT;
|
|||
static pthread_t crypto_init_thread;
|
||||
static int crypto_init_cleaned_up;
|
||||
|
||||
void
|
||||
OPENSSL_init(void)
|
||||
{
|
||||
}
|
||||
|
||||
static void
|
||||
OPENSSL_init_crypto_internal(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue