rockbox/utils/tomcrypt
Dominik Riebeling 1801dcc999 rbutil: Fix native Windows build for tools.
- When make on Windows finds sh.exe it will try to use that. We use
  cmd.exe calls when detecting Windows, so make sure we use cmd.exe as
  shell.
- Add missing Windows compatibility to tomcrypt Makefile.

Change-Id: Iaef133ca27472a5ddf449174d540983f15c66aea
2020-10-21 21:33:39 +02:00
..
src utils: Add (partial) libtomcrypt. 2020-10-18 19:08:32 +02:00
LICENSE utils: Add (partial) libtomcrypt. 2020-10-18 19:08:32 +02:00
Makefile rbutil: Fix native Windows build for tools. 2020-10-21 21:33:39 +02:00
README.ROCKBOX utils: Add (partial) libtomcrypt. 2020-10-18 19:08:32 +02:00

This folder contains the source from libtomcrypt.

Only the source files that are actually used have been added. If more
functionality is needed add the missing files.

The source tree has last been synced with libtomcrypt 1.18.2 on 2020-08-08.