Skip to content

Commit

Permalink
install_sw
Browse files Browse the repository at this point in the history
  • Loading branch information
Foo Bar committed Dec 12, 2024
1 parent c5c0f68 commit 2f18b29
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 400 deletions.
3 changes: 0 additions & 3 deletions build-api7ee-runtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ install_openssl_3(){
--with-zlib-include=$zlib_prefix/include
make -j $(nproc) LD_LIBRARY_PATH= CC="gcc"
sudo make install_sw
if [ -f "$OPENSSL_CONF_PATH" ]; then
sudo cp "$OPENSSL_CONF_PATH" "$OPENSSL_PREFIX"/ssl/openssl.cnf
fi
if [ "$ENABLE_FIPS" == "true" ]; then
$OPENSSL_PREFIX/bin/openssl fipsinstall -out $OPENSSL_PREFIX/ssl/fipsmodule.cnf -module $OPENSSL_PREFIX/lib/ossl-modules/fips.so
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
Expand Down
Loading

0 comments on commit 2f18b29

Please sign in to comment.