| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 309e297 commit 5b49807
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,6 +7,8 @@ | |||
| 7 | 7 | * https://www.openssl.org/source/license.html | |
| 8 | 8 | */ | |
| 9 | 9 | ||
| 10 | + #ifndef OPENSSL_NO_QUIC | ||
| 11 | + | ||
| 10 | 12 | #include "ssl_local.h" | |
| 11 | 13 | #include "internal/cryptlib.h" | |
| 12 | 14 | #include "internal/refcount.h" | |
@@ -293,3 +295,5 @@ int SSL_is_quic(SSL* ssl) | |||
| 293 | 295 | { | |
| 294 | 296 | return SSL_IS_QUIC(ssl); | |
| 295 | 297 | } | |
| 298 | + | ||
| 299 | + #endif // OPENSSL_NO_QUIC | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,6 +7,8 @@ | |||
| 7 | 7 | * https://www.openssl.org/source/license.html | |
| 8 | 8 | */ | |
| 9 | 9 | ||
| 10 | + #ifndef OPENSSL_NO_QUIC | ||
| 11 | + | ||
| 10 | 12 | #include "../ssl_local.h" | |
| 11 | 13 | #include "statem_local.h" | |
| 12 | 14 | #include "internal/cryptlib.h" | |
@@ -116,3 +118,5 @@ int quic_get_message(SSL *s, int *mt, size_t *len) | |||
| 116 | 118 | ||
| 117 | 119 | return 1; | |
| 118 | 120 | } | |
| 121 | + | ||
| 122 | + #endif // OPENSSL_NO_QUIC | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments