diff options
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -353,6 +353,8 @@ for i in `find $libcrypto_regress -name '*.c'`; do | |||
353 | done | 353 | done |
354 | $CP $libcrypto_regress/evp/evptests.txt tests | 354 | $CP $libcrypto_regress/evp/evptests.txt tests |
355 | $CP $libcrypto_regress/aead/*.txt tests | 355 | $CP $libcrypto_regress/aead/*.txt tests |
356 | $CP $libcrypto_regress/ct/ctlog.conf tests | ||
357 | $CP $libcrypto_regress/ct/*.crt tests | ||
356 | 358 | ||
357 | # generate libcrypto freenull.c | 359 | # generate libcrypto freenull.c |
358 | awk -f $libcrypto_regress/free/freenull.awk \ | 360 | awk -f $libcrypto_regress/free/freenull.awk \ |