aboutsummaryrefslogtreecommitdiff
path: root/lib/vquic/ngtcp2.h
diff options
context:
space:
mode:
authorTatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>2019-08-29 16:09:26 +0900
committerDaniel Stenberg <daniel@haxx.se>2019-08-29 19:22:16 +0200
commit484b6f345fc42ad907a3c5dee6c7b8c225f5b924 (patch)
treebaddf0340bc5d586987f402f6b45966b6a91f9fc /lib/vquic/ngtcp2.h
parent0690b3330cee7f7d9469300d2c16c7a6b850281a (diff)
ngtcp2: build latest ngtcp2 and ngtcp2_crypto_openssl
Closes #4278
Diffstat (limited to 'lib/vquic/ngtcp2.h')
-rw-r--r--lib/vquic/ngtcp2.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/vquic/ngtcp2.h b/lib/vquic/ngtcp2.h
index 19987db94..5570fc7e7 100644
--- a/lib/vquic/ngtcp2.h
+++ b/lib/vquic/ngtcp2.h
@@ -27,7 +27,6 @@
#ifdef USE_NGTCP2
#include <ngtcp2/ngtcp2.h>
-#include <ngtcp2/ngtcp2_crypto.h>
#include <nghttp3/nghttp3.h>
#include <openssl/ssl.h>
@@ -47,7 +46,6 @@ struct quicsocket {
ngtcp2_settings settings;
SSL_CTX *sslctx;
SSL *ssl;
- ngtcp2_crypto_ctx crypto_ctx;
struct quic_handshake client_crypto_data[3];
/* the last TLS alert description generated by the local endpoint */
uint8_t tls_alert;