summaryrefslogtreecommitdiff
path: root/tests/extmod/ucryptolib_aes256_cbc.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extmod/ucryptolib_aes256_cbc.py')
-rw-r--r--tests/extmod/ucryptolib_aes256_cbc.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/extmod/ucryptolib_aes256_cbc.py b/tests/extmod/ucryptolib_aes256_cbc.py
index a907f26e2..c01846f19 100644
--- a/tests/extmod/ucryptolib_aes256_cbc.py
+++ b/tests/extmod/ucryptolib_aes256_cbc.py
@@ -1,5 +1,6 @@
try:
from Crypto.Cipher import AES
+
aes = AES.new
except ImportError:
try: