We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d804c3 commit e1c9776Copy full SHA for e1c9776
VERSION
@@ -1 +1 @@
1
-1.2.5
+1.2.6
build-api7ee-runtime.sh
@@ -46,7 +46,7 @@ install_openssl_3(){
46
zlib \
47
enable-camellia enable-seed enable-rfc3779 \
48
enable-cms enable-md2 enable-rc5 \
49
- enable-weak-ssl-ciphers \
+ enable-weak-ssl-ciphers enable-ktls \
50
--prefix=$OPENSSL_PREFIX \
51
--libdir=lib \
52
--with-zlib-lib=$zlib_prefix/lib \
@@ -206,6 +206,7 @@ fi
206
--with-http_gunzip_module \
207
--with-threads \
208
--with-compat \
209
+ --with-openssl-opt=enable-ktls \
210
--with-luajit-xcflags="$luajit_xcflags" \
211
$no_pool_patch \
212
-j`nproc`
0 commit comments