diff options
Diffstat (limited to 'ffi')
| -rw-r--r-- | ffi/pyouroboros_build_irm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi/pyouroboros_build_irm.py b/ffi/pyouroboros_build_irm.py index 70056b1..1773788 100644 --- a/ffi/pyouroboros_build_irm.py +++ b/ffi/pyouroboros_build_irm.py @@ -201,7 +201,7 @@ enum pol_balance { }; struct name_sec_paths { - char enc[512]; /* NAME_PATH_SIZE + 1 */ + char sec[512]; /* NAME_PATH_SIZE + 1 */ char key[512]; /* NAME_PATH_SIZE + 1 */ char crt[512]; /* NAME_PATH_SIZE + 1 */ }; |
