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 c5c0f68 commit 2f18b29Copy full SHA for 2f18b29
build-api7ee-runtime.sh
@@ -53,9 +53,6 @@ install_openssl_3(){
53
--with-zlib-include=$zlib_prefix/include
54
make -j $(nproc) LD_LIBRARY_PATH= CC="gcc"
55
sudo make install_sw
56
- if [ -f "$OPENSSL_CONF_PATH" ]; then
57
- sudo cp "$OPENSSL_CONF_PATH" "$OPENSSL_PREFIX"/ssl/openssl.cnf
58
- fi
59
if [ "$ENABLE_FIPS" == "true" ]; then
60
$OPENSSL_PREFIX/bin/openssl fipsinstall -out $OPENSSL_PREFIX/ssl/fipsmodule.cnf -module $OPENSSL_PREFIX/lib/ossl-modules/fips.so
61
sudo sed -i 's@# .include [email protected] '"$OPENSSL_PREFIX"'/ssl/fipsmodule.cnf@g; s/# \(fips = fips_sect\)/\1\nbase = base_sect\n\n[base_sect]\nactivate=1\n/g' $OPENSSL_PREFIX/ssl/openssl.cnf
0 commit comments