diff options
| author | arcadia-devtools <[email protected]> | 2022-03-17 22:21:19 +0300 |
|---|---|---|
| committer | arcadia-devtools <[email protected]> | 2022-03-17 22:21:19 +0300 |
| commit | 25f2dfab966f56fac2d01302af93b0ce7c008246 (patch) | |
| tree | 57eba1826cf386ef380d5c0e72ec2e7e1ace6d82 /contrib/tools/python3/src/Modules/_blake2 | |
| parent | a12faa225c1c355cd5c32dd698bda87c17c3660f (diff) | |
intermediate changes
ref:ae0d820bd4c277e0556bfc89ee47187d2ef0dd20
Diffstat (limited to 'contrib/tools/python3/src/Modules/_blake2')
4 files changed, 4 insertions, 4 deletions
diff --git a/contrib/tools/python3/src/Modules/_blake2/impl/blake2b-test.c b/contrib/tools/python3/src/Modules/_blake2/impl/blake2b-test.c index fe14c1f0433..fabafc675c4 100644 --- a/contrib/tools/python3/src/Modules/_blake2/impl/blake2b-test.c +++ b/contrib/tools/python3/src/Modules/_blake2/impl/blake2b-test.c @@ -13,7 +13,7 @@ #include <stdio.h> #include <string.h> #include "blake2.h" -#include "blake2-kat.h" // Y_IGNORE +#error #include "blake2-kat.h" int main( int argc, char **argv ) { uint8_t key[BLAKE2B_KEYBYTES]; diff --git a/contrib/tools/python3/src/Modules/_blake2/impl/blake2bp-test.c b/contrib/tools/python3/src/Modules/_blake2/impl/blake2bp-test.c index 95fd5e43ac2..a4ed5dd8e43 100644 --- a/contrib/tools/python3/src/Modules/_blake2/impl/blake2bp-test.c +++ b/contrib/tools/python3/src/Modules/_blake2/impl/blake2bp-test.c @@ -13,7 +13,7 @@ #include <stdio.h> #include <string.h> #include "blake2.h" -#include "blake2-kat.h" // Y_IGNORE +#error #include "blake2-kat.h" int main( int argc, char **argv ) { diff --git a/contrib/tools/python3/src/Modules/_blake2/impl/blake2s-test.c b/contrib/tools/python3/src/Modules/_blake2/impl/blake2s-test.c index caab342e6f4..505eaecfe2a 100644 --- a/contrib/tools/python3/src/Modules/_blake2/impl/blake2s-test.c +++ b/contrib/tools/python3/src/Modules/_blake2/impl/blake2s-test.c @@ -13,7 +13,7 @@ #include <stdio.h> #include <string.h> #include "blake2.h" -#include "blake2-kat.h" // Y_IGNORE +#error #include "blake2-kat.h" int main( int argc, char **argv ) { uint8_t key[BLAKE2S_KEYBYTES]; diff --git a/contrib/tools/python3/src/Modules/_blake2/impl/blake2sp-test.c b/contrib/tools/python3/src/Modules/_blake2/impl/blake2sp-test.c index 80a38ad320b..4c10c517344 100644 --- a/contrib/tools/python3/src/Modules/_blake2/impl/blake2sp-test.c +++ b/contrib/tools/python3/src/Modules/_blake2/impl/blake2sp-test.c @@ -13,7 +13,7 @@ #include <stdio.h> #include <string.h> #include "blake2.h" -#include "blake2-kat.h" // Y_IGNORE +#error #include "blake2-kat.h" int main( int argc, char **argv ) { |
