1
0
Fork 0
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:
winlin 2022-08-14 19:05:01 +08:00
parent 1fe12b8e8c
commit b787656eea
990 changed files with 13406 additions and 18710 deletions

View file

@ -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|.

View file

@ -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)
{

View file

@ -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,

View file

@ -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)
{

View file

@ -17,7 +17,7 @@
#include <openssl/tls1.h>
#include <openssl/x509.h>
#include "ct_locl.h"
#include "ct_local.h"
SCT *SCT_new(void)
{

View file

@ -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)
{

View file

@ -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,

View file

@ -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)
{