| @@ -0,0 +1 @@ | ||
| ../crypto/rc2/rc2test.c |
| @@ -0,0 +1 @@ | ||
| ../crypto/rc4/rc4test.c |
| @@ -0,0 +1 @@ | ||
| dummytest.c |
| @@ -0,0 +1 @@ | ||
| ../crypto/ripemd/rmdtest.c |
| @@ -0,0 +1 @@ | ||
| ../crypto/rsa/rsa_test.c |
| @@ -0,0 +1 @@ | ||
| ../crypto/sha/sha1test.c |
| @@ -0,0 +1 @@ | ||
| ../crypto/sha/sha256t.c |
| @@ -0,0 +1 @@ | ||
| ../crypto/sha/sha512t.c |
| @@ -0,0 +1 @@ | ||
| ../crypto/sha/shatest.c |
| @@ -0,0 +1 @@ | ||
| ../crypto/srp/srptest.c |
| @@ -0,0 +1 @@ | ||
| ../ssl/ssltest.c |
| @@ -0,0 +1 @@ | ||
| ../crypto/whrlpool/wp_test.c |
| @@ -90,4 +90,8 @@ fi | ||
|
|
||
| cmd="$1${EXE_EXT}" | ||
| shift | ||
| if [ $# -eq 0 ]; then | ||
| exec "$cmd" # old sh, such as Tru64 4.x, fails to expand empty "$@" | ||
| else | ||
| exec "$cmd" "$@" | ||
| fi | ||