diff options
author | Matt A. Tobin <email@mattatobin.com> | 2022-04-24 21:33:18 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2022-04-24 21:33:18 -0500 |
commit | 431753c66fb10c5bd6e0a25f280a06ead25207c2 (patch) | |
tree | a41507b570907fd0bc75fa9e8f0921cae8fbccc2 | |
parent | 13b81b9a58ed8b162d57e770dff3ed99b84eb309 (diff) | |
download | aura-central-431753c66fb10c5bd6e0a25f280a06ead25207c2.tar.gz |
[Sabotage] [Modules:libmar] Fix preprocessor conditional logic in cryptox.h
-rw-r--r-- | modules/libmar/verify/cryptox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/libmar/verify/cryptox.h b/modules/libmar/verify/cryptox.h index d6dceb366..8f5ecc157 100644 --- a/modules/libmar/verify/cryptox.h +++ b/modules/libmar/verify/cryptox.h @@ -4,6 +4,7 @@ #ifndef CRYPTOX_H #define CRYPTOX_H +#endif #define XP_MIN_SIGNATURE_LEN_IN_BYTES 256 |