Skip to content

Commit

Permalink
Still use mbedtls version 2
Browse files Browse the repository at this point in the history
instead of version 3.
bibledit/cloud#944
  • Loading branch information
teusbenschop committed Aug 3, 2024
1 parent e654201 commit d197059
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions swift/refresh.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ find . -name exampleProgram.cpp -delete
echo Remove main executable code
rm executable/bibledit.*
rm sqlite/shell.c
echo Remove MbedTLS 3.x and enable version 2.x
rm -rf mbedtls
if [ $? != 0 ]; then exit; fi
mv mbedtls2 mbedtls
if [ $? != 0 ]; then exit; fi

echo Copy the source code to the kernel folder.
pwd
Expand Down

0 comments on commit d197059

Please sign in to comment.