commit | 0620206db3b6e1af56e32b56ebb7db0a753cf685 | [log] [tgz] |
---|---|---|
author | fbrosson <fbrosson@users.noreply.github.com> | Wed Apr 04 22:29:58 2018 +0000 |
committer | fbrosson <fbrosson@users.noreply.github.com> | Wed Apr 04 22:29:59 2018 +0000 |
tree | 6af3075e1f7f3b7724938b997871c41266d91f91 | |
parent | 0f34b06a4d246815a4946a0a3c170515f1ea69d4 [diff] [blame] |
Backport 2.1: Use "#!/usr/bin/env perl" as shebang line.
diff --git a/tests/scripts/gen_ctr_drbg.pl b/tests/scripts/gen_ctr_drbg.pl index 66d9b3a..08ca5df 100755 --- a/tests/scripts/gen_ctr_drbg.pl +++ b/tests/scripts/gen_ctr_drbg.pl
@@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # # Based on NIST CTR_DRBG.rsp validation file # Only uses AES-256-CTR cases that use a Derivation function