File tree 4 files changed +28
-0
lines changed
4 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 81
81
# enable-demos Enable the building of the example code in the demos directory
82
82
# enable-h3demo Enable the http3 demo, which currently only links to the
83
83
# external nghttp3 library on unix platforms
84
+ #
85
+ # enable-hqinterop
86
+ # Enable the building of the hq-interop code for construction
87
+ # of the interop container
88
+ #
84
89
# no-hw do not compile support for any crypto hardware.
85
90
# [no-]threads [don't] try to create a library that is suitable for
86
91
# multithreaded applications (default is "threads" if we
@@ -448,6 +453,7 @@ my @disablables = (
448
453
" default-thread-pool" ,
449
454
" demos" ,
450
455
" h3demo" ,
456
+ " hqinterop" ,
451
457
" deprecated" ,
452
458
" des" ,
453
459
" devcryptoeng" ,
@@ -586,6 +592,7 @@ our %disabled = ( # "what" => "comment"
586
592
" crypto-mdebug-backtrace" => " default" ,
587
593
" demos" => " default" ,
588
594
" h3demo" => " default" ,
595
+ " hqinterop" => " default" ,
589
596
" devcryptoeng" => " default" ,
590
597
" ec_nistp_64_gcc_128" => " default" ,
591
598
" egd" => " default" ,
Original file line number Diff line number Diff line change 4
4
# Most of all, ../apps/lib/apps.c needs to be divided in smaller pieces to
5
5
# be useful here.
6
6
#
7
+
8
+ IF[{- !$disabled{hqinterop} -}]
9
+ SUBDIRS=quic-openssl-docker
10
+ ENDIF
11
+
7
12
# Auxiliary program source (copied from ../apps/build.info)
8
13
IF[{- $config{target} =~ /^(?:VC-|mingw|BC-)/ -}]
9
14
# It's called 'init', but doesn't have much 'init' in it...
Original file line number Diff line number Diff line change
1
+
2
+ IF[{- !$disabled{hqinterop} -}]
3
+ SUBDIRS=hq-interop
4
+ ENDIF
5
+
6
+
Original file line number Diff line number Diff line change
1
+ PROGRAMS{noinst} = quic-hq-interop \
2
+ quic-hq-interop-server
3
+
4
+ INCLUDE[quic-hq-interop]=../../../include
5
+ SOURCE[quic-hq-interop]=quic-hq-interop.c
6
+ DEPEND[quic-hq-interop]=../../../libcrypto ../../../libssl
7
+
8
+ INCLUDE[quic-hq-interop-server]=../../../include
9
+ SOURCE[quic-hq-interop-server]=quic-hq-interop-server.c
10
+ DEPEND[quic-hq-interop-server]=../../../libcrypto ../../../libssl
You can’t perform that action at this time.
0 commit comments