aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 56e8522..f293b3e 100755
--- a/update.sh
+++ b/update.sh
@@ -240,7 +240,7 @@ $CP $libcrypto_regress/pqueue/expected.txt tests/pq_expected.txt
240# copy libc tests 240# copy libc tests
241$CP $libc_regress/arc4random-fork/arc4random-fork.c tests/arc4randomforktest.c 241$CP $libc_regress/arc4random-fork/arc4random-fork.c tests/arc4randomforktest.c
242$CP $libc_regress/explicit_bzero/explicit_bzero.c tests 242$CP $libc_regress/explicit_bzero/explicit_bzero.c tests
243$CP $libc_src/string/memmem.c tests 243$CP_LIBC $libc_src/string/memmem.c tests
244$CP $libc_regress/timingsafe/timingsafe.c tests 244$CP $libc_regress/timingsafe/timingsafe.c tests
245 245
246# copy libssl tests 246# copy libssl tests