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
5
trunk/3rdparty/openssl-1.1-fit/util/fix-includes.sed
vendored
Normal file
5
trunk/3rdparty/openssl-1.1-fit/util/fix-includes.sed
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
s|internal/([a-z0-9_]+)_int\.h|crypto/\1.h|g ;
|
||||
s@internal/(aria.h|async.h|bn_conf.h|bn_dh.h|bn_srp.h|chacha.h|ctype.h|__DECC_INCLUDE_EPILOGUE.H|__DECC_INCLUDE_PROLOGUE.H|dso_conf.h|engine.h|lhash.h|md32_common.h|objects.h|poly1305.h|sha.h|siphash.h|sm2err.h|sm2.h|sm3.h|sm4.h|store.h|foobar)@crypto/\1@g ;
|
||||
s/constant_time_locl/constant_time/g ;
|
||||
s/_lo?cl\.h/_local.h/g ;
|
||||
s/_int\.h/_local.h/g ;
|
Loading…
Add table
Add a link
Reference in a new issue