diff options
Diffstat (limited to '')
-rwxr-xr-x[-rw-r--r--] | test/cavp.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cavp.py b/test/cavp.py index e155f86..95aa4a6 100644..100755 --- a/test/cavp.py +++ b/test/cavp.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + # Copyright (c) 2015 Egor Tensin <Egor.Tensin@gmail.com> # This file is part of the "AES tools" project. # For details, see https://github.com/egor-tensin/aes-tools. |