sync with OpenBSD -current
This commit is contained in:
parent
00180dc79b
commit
074e641852
75 changed files with 2693 additions and 2103 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: crypto.h,v 1.75 2024/08/31 12:43:58 jsing Exp $ */
|
||||
/* $OpenBSD: crypto.h,v 1.76 2024/10/03 03:47:40 tb Exp $ */
|
||||
/* ====================================================================
|
||||
* Copyright (c) 1998-2006 The OpenSSL Project. All rights reserved.
|
||||
*
|
||||
|
@ -416,6 +416,7 @@ int CRYPTO_memcmp(const void *a, const void *b, size_t len);
|
|||
#define OPENSSL_INIT_reserved_internal _OPENSSL_INIT_FLAG_NOOP
|
||||
#define OPENSSL_INIT_ATFORK _OPENSSL_INIT_FLAG_NOOP
|
||||
#define OPENSSL_INIT_ENGINE_ALL_BUILTIN _OPENSSL_INIT_FLAG_NOOP
|
||||
#define OPENSSL_INIT_NO_ATEXIT _OPENSSL_INIT_FLAG_NOOP
|
||||
|
||||
int OPENSSL_init_crypto(uint64_t opts, const void *settings);
|
||||
void OPENSSL_cleanup(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue