diff options
author | thegeorg <thegeorg@yandex-team.ru> | 2022-02-10 16:45:08 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:08 +0300 |
commit | 4e839db24a3bbc9f1c610c43d6faaaa99824dcca (patch) | |
tree | 506dac10f5df94fab310584ee51b24fc5a081c22 /contrib/libs/t1ha/ya.make | |
parent | 2d37894b1b037cf24231090eda8589bbb44fb6fc (diff) | |
download | ydb-4e839db24a3bbc9f1c610c43d6faaaa99824dcca.tar.gz |
Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/t1ha/ya.make')
-rw-r--r-- | contrib/libs/t1ha/ya.make | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/contrib/libs/t1ha/ya.make b/contrib/libs/t1ha/ya.make index 6b0c94f9f3..107e7a48d3 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() |