File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -355,8 +355,8 @@ LIBNGHTTP3_LIBS = @LIBNGHTTP3_LIBS@
355355LIBNGTCP2_CFLAGS = @LIBNGTCP2_CFLAGS@
356356LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS = @LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS@
357357LIBNGTCP2_CRYPTO_BORINGSSL_LIBS = @LIBNGTCP2_CRYPTO_BORINGSSL_LIBS@
358- LIBNGTCP2_CRYPTO_QUICTLS_CFLAGS = @LIBNGTCP2_CRYPTO_QUICTLS_CFLAGS @
359- LIBNGTCP2_CRYPTO_QUICTLS_LIBS = @LIBNGTCP2_CRYPTO_QUICTLS_LIBS @
358+ LIBNGTCP2_CRYPTO_OPENSSL_CFLAGS = @LIBNGTCP2_CRYPTO_OPENSSL_CFLAGS @
359+ LIBNGTCP2_CRYPTO_OPENSSL_LIBS = @LIBNGTCP2_CRYPTO_OPENSSL_LIBS @
360360LIBNGTCP2_LIBS = @LIBNGTCP2_LIBS@
361361LIBOBJS = @LIBOBJS@
362362LIBS = @LIBS@
Original file line number Diff line number Diff line change @@ -263,8 +263,8 @@ LIBNGHTTP3_LIBS = @LIBNGHTTP3_LIBS@
263263LIBNGTCP2_CFLAGS = @LIBNGTCP2_CFLAGS@
264264LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS = @LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS@
265265LIBNGTCP2_CRYPTO_BORINGSSL_LIBS = @LIBNGTCP2_CRYPTO_BORINGSSL_LIBS@
266- LIBNGTCP2_CRYPTO_QUICTLS_CFLAGS = @LIBNGTCP2_CRYPTO_QUICTLS_CFLAGS @
267- LIBNGTCP2_CRYPTO_QUICTLS_LIBS = @LIBNGTCP2_CRYPTO_QUICTLS_LIBS @
266+ LIBNGTCP2_CRYPTO_OPENSSL_CFLAGS = @LIBNGTCP2_CRYPTO_OPENSSL_CFLAGS @
267+ LIBNGTCP2_CRYPTO_OPENSSL_LIBS = @LIBNGTCP2_CRYPTO_OPENSSL_LIBS @
268268LIBNGTCP2_LIBS = @LIBNGTCP2_LIBS@
269269LIBOBJS = @LIBOBJS@
270270LIBS = @LIBS@
Original file line number Diff line number Diff line change 2929 * @macro
3030 * Version number of the nghttp2 library release
3131 */
32- #define NGHTTP2_VERSION "1.55 .0"
32+ #define NGHTTP2_VERSION "1.52 .0"
3333
3434/**
3535 * @macro
3636 * Numerical representation of the version number of the nghttp2 library
3737 * release. This is a 24 bit number with 8 bits for major number, 8 bits
3838 * for minor and 8 bits for patch. Version 1.2.3 becomes 0x010203.
3939 */
40- #define NGHTTP2_VERSION_NUM 0x013700
40+ #define NGHTTP2_VERSION_NUM 0x013400
4141
4242#endif /* NGHTTP2VER_H */
You can’t perform that action at this time.
0 commit comments