aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/t1ha/ya.make
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.ru>2022-02-10 16:45:12 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:12 +0300
commit49116032d905455a7b1c994e4a696afc885c1e71 (patch)
treebe835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/libs/t1ha/ya.make
parent4e839db24a3bbc9f1c610c43d6faaaa99824dcca (diff)
downloadydb-49116032d905455a7b1c994e4a696afc885c1e71.tar.gz
Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/t1ha/ya.make')
-rw-r--r--contrib/libs/t1ha/ya.make18
1 files changed, 9 insertions, 9 deletions
diff --git a/contrib/libs/t1ha/ya.make b/contrib/libs/t1ha/ya.make
index 107e7a48d3..6b0c94f9f3 100644
--- a/contrib/libs/t1ha/ya.make
+++ b/contrib/libs/t1ha/ya.make
@@ -1,13 +1,13 @@
-# Generated by devtools/yamaker from nixpkgs 8e778c6df06ab73862b9abc71f40489f9bbf6c40.
+# Generated by devtools/yamaker from nixpkgs 8e778c6df06ab73862b9abc71f40489f9bbf6c40.
-LIBRARY()
+LIBRARY()
OWNER(
va-kuznecov
g:cpp-contrib
)
-VERSION(2.1.4)
+VERSION(2.1.4)
ORIGINAL_SOURCE(https://github.com/PositiveTechnologies/t1ha/archive/v2.1.4.tar.gz)
@@ -15,10 +15,10 @@ LICENSE(Zlib)
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
-NO_COMPILER_WARNINGS()
-
-NO_RUNTIME()
-
+NO_COMPILER_WARNINGS()
+
+NO_RUNTIME()
+
SRCS(
src/t1ha0.c
src/t1ha0_ia32aes_avx.c
@@ -33,10 +33,10 @@ SRCS(
src/t1ha_selfcheck_all.c
)
-IF (ARCH_X86_64)
+IF (ARCH_X86_64)
CFLAGS(
-maes
)
-ENDIF()
+ENDIF()
END()