aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/src/Modules/_blake2/impl/blake2s-test.c
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-17 22:21:19 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-17 22:21:19 +0300
commit25f2dfab966f56fac2d01302af93b0ce7c008246 (patch)
tree57eba1826cf386ef380d5c0e72ec2e7e1ace6d82 /contrib/tools/python3/src/Modules/_blake2/impl/blake2s-test.c
parenta12faa225c1c355cd5c32dd698bda87c17c3660f (diff)
downloadydb-25f2dfab966f56fac2d01302af93b0ce7c008246.tar.gz
intermediate changes
ref:ae0d820bd4c277e0556bfc89ee47187d2ef0dd20
Diffstat (limited to 'contrib/tools/python3/src/Modules/_blake2/impl/blake2s-test.c')
-rw-r--r--contrib/tools/python3/src/Modules/_blake2/impl/blake2s-test.c2
1 files changed, 1 insertions, 1 deletions
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 caab342e6f..505eaecfe2 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];