diff options
Diffstat (limited to 'sys/dev/random/build.sh')
-rwxr-xr-x | sys/dev/random/build.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/random/build.sh b/sys/dev/random/build.sh index 2b4052d..326f8a6 100755 --- a/sys/dev/random/build.sh +++ b/sys/dev/random/build.sh @@ -42,7 +42,6 @@ cc -g -O0 -pthread \ hash.c \ ../../crypto/rijndael/rijndael-api-fst.c \ ../../crypto/rijndael/rijndael-alg-fst.c \ - ../../crypto/sha2/sha2.c \ ../../crypto/sha2/sha256c.c \ -lz \ -o yunit_test @@ -53,7 +52,6 @@ cc -g -O0 -pthread \ hash.c \ ../../crypto/rijndael/rijndael-api-fst.c \ ../../crypto/rijndael/rijndael-alg-fst.c \ - ../../crypto/sha2/sha2.c \ ../../crypto/sha2/sha256c.c \ -lz \ -o funit_test |