mirror of
https://github.com/curl/curl.git
synced 2026-08-26 00:13:34 +03:00
parent
b54039de2c
commit
806d97d172
1 changed files with 2 additions and 6 deletions
|
|
@ -216,8 +216,10 @@ static void ossl_provider_cleanup(struct Curl_easy *data);
|
|||
|
||||
#ifdef HAVE_BORINGSSL_LIKE
|
||||
typedef size_t numcert_t;
|
||||
typedef uint32_t sslerr_t;
|
||||
#else
|
||||
typedef int numcert_t;
|
||||
typedef unsigned long sslerr_t;
|
||||
#endif
|
||||
#define ossl_valsize_t numcert_t
|
||||
|
||||
|
|
@ -244,12 +246,6 @@ typedef int numcert_t;
|
|||
#define HAVE_RANDOM_INIT_BY_DEFAULT 1
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_BORINGSSL_LIKE
|
||||
typedef uint32_t sslerr_t;
|
||||
#else
|
||||
typedef unsigned long sslerr_t;
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Whether the OpenSSL version has the API needed to support sharing an
|
||||
* X509_STORE between connections. The API is:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue