summaryrefslogtreecommitdiffstats
path: root/contrib/libs/ngtcp2/patches/boringssl_include.patch
blob: 0351be9b02b1bd65b44b44b1a368e330847b3e97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/crypto/includes/ngtcp2/ngtcp2_crypto_boringssl.h	(index)
+++ b/crypto/includes/ngtcp2/ngtcp2_crypto_boringssl.h	(working tree)
@@ -27,7 +27,7 @@
 
 #include <ngtcp2/ngtcp2.h>
 
-#include <openssl/ssl.h>
+#include <contrib/restricted/google/boringssl/include/openssl/ssl.h>
 
 #ifdef __cplusplus
 extern "C" {