sync with OpenBSD -current
This commit is contained in:
parent
c0a325cf3c
commit
5f899da0da
67 changed files with 1194 additions and 789 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: crypto_init.c,v 1.21 2024/04/10 14:51:02 beck Exp $ */
|
||||
/* $OpenBSD: crypto_init.c,v 1.22 2024/10/17 14:27:57 jsing Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2018 Bob Beck <beck@openbsd.org>
|
||||
*
|
||||
|
@ -27,7 +27,7 @@
|
|||
#include <openssl/objects.h>
|
||||
#include <openssl/x509v3.h>
|
||||
|
||||
#include "cryptlib.h"
|
||||
#include "crypto_internal.h"
|
||||
#include "x509_issuer_cache.h"
|
||||
|
||||
int OpenSSL_config(const char *);
|
||||
|
@ -48,7 +48,8 @@ OPENSSL_init_crypto_internal(void)
|
|||
{
|
||||
crypto_init_thread = pthread_self();
|
||||
|
||||
OPENSSL_cpuid_setup();
|
||||
crypto_cpu_caps_init();
|
||||
|
||||
ERR_load_crypto_strings();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue