File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 455455 includes :
456456 - thread.h : contrib/restricted/ffmpeg/libavcodec/thread.h
457457 - jni.h : contrib/restricted/ffmpeg/libavcodec/jni.h
458-
459- - source_filter : " ^contrib/libs/ngtcp2/crypto/(boringssl/boringssl[.]c|includes/ngtcp2/ngtcp2_crypto_boringssl[.]h)$"
460- includes :
461- - openssl/ssl.h : contrib/restricted/google/boringssl/include/openssl/ssl.h
462- - openssl/evp.h : contrib/restricted/google/boringssl/include/openssl/evp.h
463- - openssl/hkdf.h : contrib/restricted/google/boringssl/include/openssl/hkdf.h
464- - openssl/aes.h : contrib/restricted/google/boringssl/include/openssl/aes.h
465- - openssl/chacha.h : contrib/restricted/google/boringssl/include/openssl/chacha.h
466- - openssl/rand.h : contrib/restricted/google/boringssl/include/openssl/rand.h
Original file line number Diff line number Diff line change 2727
2828#include <ngtcp2/ngtcp2.h>
2929
30- #include <openssl/ssl.h>
30+ #include <contrib/restricted/google/boringssl/include/ openssl/ssl.h>
3131
3232#ifdef __cplusplus
3333extern "C" {
Original file line number Diff line number Diff line change 1+ --- a/crypto/includes/ngtcp2/ngtcp2_crypto_boringssl.h (index)
2+ +++ b/crypto/includes/ngtcp2/ngtcp2_crypto_boringssl.h (working tree)
3+ @@ -27,7 +27,7 @@
4+
5+ #include <ngtcp2/ngtcp2.h>
6+
7+ - #include <openssl/ssl.h>
8+ + #include <contrib/restricted/google/boringssl/include/openssl/ssl.h>
9+
10+ #ifdef __cplusplus
11+ extern "C" {
You can’t perform that action at this time.
0 commit comments