Latest update.
This commit is contained in:
@@ -24,12 +24,12 @@
|
||||
#include <openssl/store.h>
|
||||
#include <openssl/ui.h>
|
||||
#include <openssl/x509.h> /* For the PKCS8 stuff o.O */
|
||||
#include "internal/asn1_int.h"
|
||||
#include "internal/ctype.h"
|
||||
#include "crypto/asn1.h"
|
||||
#include "crypto/ctype.h"
|
||||
#include "internal/o_dir.h"
|
||||
#include "internal/cryptlib.h"
|
||||
#include "internal/store_int.h"
|
||||
#include "store_locl.h"
|
||||
#include "crypto/store.h"
|
||||
#include "store_local.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
# define stat _stat
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
*/
|
||||
|
||||
#include <openssl/err.h>
|
||||
#include "internal/store.h"
|
||||
#include "store_locl.h"
|
||||
#include "crypto/store.h"
|
||||
#include "store_local.h"
|
||||
|
||||
static CRYPTO_ONCE store_init = CRYPTO_ONCE_STATIC_INIT;
|
||||
DEFINE_RUN_ONCE_STATIC(do_store_init)
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/store.h>
|
||||
#include "internal/thread_once.h"
|
||||
#include "internal/store_int.h"
|
||||
#include "store_locl.h"
|
||||
#include "crypto/store.h"
|
||||
#include "store_local.h"
|
||||
|
||||
struct ossl_store_ctx_st {
|
||||
const OSSL_STORE_LOADER *loader;
|
||||
|
||||
@@ -8,12 +8,12 @@
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "internal/ctype.h"
|
||||
#include "crypto/ctype.h"
|
||||
#include <assert.h>
|
||||
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/lhash.h>
|
||||
#include "store_locl.h"
|
||||
#include "store_local.h"
|
||||
|
||||
static CRYPTO_RWLOCK *registry_lock;
|
||||
static CRYPTO_ONCE registry_init = CRYPTO_ONCE_STATIC_INIT;
|
||||
|
||||
Reference in New Issue
Block a user