mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
AppleM1: Update openssl to v1.1.1l
This commit is contained in:
parent
1fe12b8e8c
commit
b787656eea
990 changed files with 13406 additions and 18710 deletions
|
@ -14,7 +14,7 @@
|
|||
#include <openssl/err.h>
|
||||
#include <openssl/evp.h>
|
||||
|
||||
#include "ct_locl.h"
|
||||
#include "ct_local.h"
|
||||
|
||||
/*
|
||||
* Decodes the base64 string |in| into |out|.
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include <openssl/ct.h>
|
||||
#include <openssl/err.h>
|
||||
|
||||
#include "ct_locl.h"
|
||||
#include "ct_local.h"
|
||||
|
||||
int o2i_SCT_signature(SCT *sct, const unsigned char **in, size_t len)
|
||||
{
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include <openssl/err.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "ct_locl.h"
|
||||
#include "ct_local.h"
|
||||
|
||||
/*
|
||||
* Number of seconds in the future that an SCT timestamp can be, by default,
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include <openssl/asn1.h>
|
||||
#include <openssl/bio.h>
|
||||
|
||||
#include "ct_locl.h"
|
||||
#include "ct_local.h"
|
||||
|
||||
static void SCT_signature_algorithms_print(const SCT *sct, BIO *out)
|
||||
{
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <openssl/tls1.h>
|
||||
#include <openssl/x509.h>
|
||||
|
||||
#include "ct_locl.h"
|
||||
#include "ct_local.h"
|
||||
|
||||
SCT *SCT_new(void)
|
||||
{
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#include <openssl/obj_mac.h>
|
||||
#include <openssl/x509.h>
|
||||
|
||||
#include "ct_locl.h"
|
||||
#include "ct_local.h"
|
||||
|
||||
SCT_CTX *SCT_CTX_new(void)
|
||||
{
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include <openssl/evp.h>
|
||||
#include <openssl/x509.h>
|
||||
|
||||
#include "ct_locl.h"
|
||||
#include "ct_local.h"
|
||||
|
||||
typedef enum sct_signature_type_t {
|
||||
SIGNATURE_TYPE_NOT_SET = -1,
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
# error "CT is disabled"
|
||||
#endif
|
||||
|
||||
#include "ct_locl.h"
|
||||
#include "ct_local.h"
|
||||
|
||||
static char *i2s_poison(const X509V3_EXT_METHOD *method, void *val)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue