Skip to content

Commit

Permalink
directly grab bn asm source
Browse files Browse the repository at this point in the history
  • Loading branch information
busterb committed Feb 14, 2023
1 parent e5e36ec commit d366290
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,13 @@ for i in `awk '/SOURCES|HEADERS/ { print $3 }' crypto/Makefile.am` ; do
fi
fi
done

for i in $libcrypto_src/bn/arch/*; do
arch=`basename $i`
mkdir -p crypto/bn/arch/$arch
$CP $libcrypto_src/bn/arch/$arch/* crypto/bn/arch/$arch/
done

$CP crypto/compat/b_win.c crypto/bio
$CP crypto/compat/ui_openssl_win.c crypto/ui
# add the libcrypto symbol export list
Expand Down

0 comments on commit d366290

Please sign in to comment.