aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
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
parenta12faa225c1c355cd5c32dd698bda87c17c3660f (diff)
downloadydb-25f2dfab966f56fac2d01302af93b0ce7c008246.tar.gz
intermediate changes
ref:ae0d820bd4c277e0556bfc89ee47187d2ef0dd20
Diffstat (limited to 'contrib')
-rw-r--r--contrib/tools/python3/src/Include/pydtrace.h2
-rw-r--r--contrib/tools/python3/src/Modules/_blake2/impl/blake2b-test.c2
-rw-r--r--contrib/tools/python3/src/Modules/_blake2/impl/blake2bp-test.c2
-rw-r--r--contrib/tools/python3/src/Modules/_blake2/impl/blake2s-test.c2
-rw-r--r--contrib/tools/python3/src/Modules/_blake2/impl/blake2sp-test.c2
-rw-r--r--contrib/tools/python3/src/Modules/_sha3/kcp/KeccakSponge.c8
-rw-r--r--contrib/tools/python3/src/Modules/_sha3/kcp/KeccakSponge.h6
7 files changed, 12 insertions, 12 deletions
diff --git a/contrib/tools/python3/src/Include/pydtrace.h b/contrib/tools/python3/src/Include/pydtrace.h
index 1be8e7ab1b..6aac3d3c70 100644
--- a/contrib/tools/python3/src/Include/pydtrace.h
+++ b/contrib/tools/python3/src/Include/pydtrace.h
@@ -8,7 +8,7 @@ extern "C" {
#ifdef WITH_DTRACE
-#include "pydtrace_probes.h" // Y_IGNORE
+#error #include "pydtrace_probes.h"
/* pydtrace_probes.h, on systems with DTrace, is auto-generated to include
`PyDTrace_{PROBE}` and `PyDTrace_{PROBE}_ENABLED()` macros for every probe
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 fe14c1f043..fabafc675c 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 95fd5e43ac..a4ed5dd8e4 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 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];
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 80a38ad320..4c10c51734 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 )
{
diff --git a/contrib/tools/python3/src/Modules/_sha3/kcp/KeccakSponge.c b/contrib/tools/python3/src/Modules/_sha3/kcp/KeccakSponge.c
index f3bfdf0b94..bedfaed0e4 100644
--- a/contrib/tools/python3/src/Modules/_sha3/kcp/KeccakSponge.c
+++ b/contrib/tools/python3/src/Modules/_sha3/kcp/KeccakSponge.c
@@ -16,11 +16,11 @@ http://creativecommons.org/publicdomain/zero/1.0/
#include "KeccakSponge.h"
#ifdef KeccakReference
- #include "displayIntermediateValues.h" // Y_IGNORE
+ #error #include "displayIntermediateValues.h"
#endif
#ifndef KeccakP200_excluded
- #include "KeccakP-200-SnP.h" // Y_IGNORE
+ #error #include "KeccakP-200-SnP.h"
#define prefix KeccakWidth200
#define SnP KeccakP200
@@ -38,7 +38,7 @@ http://creativecommons.org/publicdomain/zero/1.0/
#endif
#ifndef KeccakP400_excluded
- #include "KeccakP-400-SnP.h" // Y_IGNORE
+ #error #include "KeccakP-400-SnP.h"
#define prefix KeccakWidth400
#define SnP KeccakP400
@@ -56,7 +56,7 @@ http://creativecommons.org/publicdomain/zero/1.0/
#endif
#ifndef KeccakP800_excluded
- #include "KeccakP-800-SnP.h" // Y_IGNORE
+ #error #include "KeccakP-800-SnP.h"
#define prefix KeccakWidth800
#define SnP KeccakP800
diff --git a/contrib/tools/python3/src/Modules/_sha3/kcp/KeccakSponge.h b/contrib/tools/python3/src/Modules/_sha3/kcp/KeccakSponge.h
index cead2af9a3..2222be0aaf 100644
--- a/contrib/tools/python3/src/Modules/_sha3/kcp/KeccakSponge.h
+++ b/contrib/tools/python3/src/Modules/_sha3/kcp/KeccakSponge.h
@@ -146,19 +146,19 @@ int Prefix_SpongeSqueeze(Prefix_SpongeInstance *spongeInstance, unsigned char *d
int prefix##_SpongeSqueeze(prefix##_SpongeInstance *spongeInstance, unsigned char *data, size_t dataByteLen);
#ifndef KeccakP200_excluded
- #include "KeccakP-200-SnP.h" // Y_IGNORE
+ #error #include "KeccakP-200-SnP.h"
KCP_DeclareSpongeStructure(KeccakWidth200, KeccakP200_stateSizeInBytes, KeccakP200_stateAlignment)
KCP_DeclareSpongeFunctions(KeccakWidth200)
#endif
#ifndef KeccakP400_excluded
- #include "KeccakP-400-SnP.h" // Y_IGNORE
+ #error #include "KeccakP-400-SnP.h"
KCP_DeclareSpongeStructure(KeccakWidth400, KeccakP400_stateSizeInBytes, KeccakP400_stateAlignment)
KCP_DeclareSpongeFunctions(KeccakWidth400)
#endif
#ifndef KeccakP800_excluded
- #include "KeccakP-800-SnP.h" // Y_IGNORE
+ #error #include "KeccakP-800-SnP.h"
KCP_DeclareSpongeStructure(KeccakWidth800, KeccakP800_stateSizeInBytes, KeccakP800_stateAlignment)
KCP_DeclareSpongeFunctions(KeccakWidth800)
#endif