aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-05-03 20:47:15 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-05-03 20:47:15 +0300
commit786480850ac3d16c62ee2abfe410c4e00d16f70b (patch)
tree2026f57a1455381083c487730474b5d171f83ea4 /include
parentcommon.cmake: bugfix & refactoring (diff)
downloadaes-tools-786480850ac3d16c62ee2abfe410c4e00d16f70b.tar.gz
aes-tools-786480850ac3d16c62ee2abfe410c4e00d16f70b.zip
code style
Diffstat (limited to 'include')
-rw-r--r--include/aes/error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/aes/error.h b/include/aes/error.h
index 532edeb..e094f8a 100644
--- a/include/aes/error.h
+++ b/include/aes/error.h
@@ -51,7 +51,7 @@ typedef struct
params;
void* call_stack[AES_MAX_CALL_STACK_LENGTH];
- size_t call_stack_size;
+ size_t call_stack_len;
}
AES_ErrorDetails;