diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-18 20:17:51 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-18 20:17:51 +0300 |
commit | cad16e0a916be5547a4b6a65afb3d5ee876835ed (patch) | |
tree | c35531cda42ef1541ec53a4a8271d21a76280f7a /src/box.c | |
parent | code style (diff) | |
download | aes-tools-cad16e0a916be5547a4b6a65afb3d5ee876835ed.tar.gz aes-tools-cad16e0a916be5547a4b6a65afb3d5ee876835ed.zip |
refactoring
Diffstat (limited to '')
-rw-r--r-- | src/box.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ AesNI_StatusCode aesni_box_init( &box->decrypt_params, err_details))) return status; + box->mode = mode; if (iv != NULL) box->iv = *iv; |