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
|
@ -10,7 +10,7 @@
|
|||
#include "internal/cryptlib.h"
|
||||
#include <openssl/evp.h>
|
||||
#include <openssl/lhash.h>
|
||||
#include "eng_int.h"
|
||||
#include "eng_local.h"
|
||||
|
||||
/* The type of the items in the table */
|
||||
struct st_engine_pile {
|
||||
|
@ -26,7 +26,7 @@ struct st_engine_pile {
|
|||
int uptodate;
|
||||
};
|
||||
|
||||
/* The type exposed in eng_int.h */
|
||||
/* The type exposed in eng_local.h */
|
||||
struct st_engine_table {
|
||||
LHASH_OF(ENGINE_PILE) piles;
|
||||
}; /* ENGINE_TABLE */
|
||||
|
@ -76,7 +76,7 @@ static int int_table_check(ENGINE_TABLE **t, int create)
|
|||
}
|
||||
|
||||
/*
|
||||
* Privately exposed (via eng_int.h) functions for adding and/or removing
|
||||
* Privately exposed (via eng_local.h) functions for adding and/or removing
|
||||
* ENGINEs from the implementation table
|
||||
*/
|
||||
int engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB *cleanup,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue