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/openssl | |
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/openssl')
-rw-r--r-- | contrib/libs/openssl/crypto/ya.make | 8 | ||||
-rw-r--r-- | contrib/libs/openssl/ya.make | 16 |
2 files changed, 12 insertions, 12 deletions
diff --git a/contrib/libs/openssl/crypto/ya.make b/contrib/libs/openssl/crypto/ya.make index 3acfb0cac7..57f1b9ff79 100644 --- a/contrib/libs/openssl/crypto/ya.make +++ b/contrib/libs/openssl/crypto/ya.make @@ -156,8 +156,8 @@ IF (OS_DARWIN AND ARCH_ARM64) ) ENDIF() -IF (OS_WINDOWS) - IF (ARCH_X86_64) +IF (OS_WINDOWS) + IF (ARCH_X86_64) CFLAGS( -DENGINESDIR="\"C:\\\\Program\ Files\\\\OpenSSL\\\\lib\\\\engines-1_1\"" -DOPENSSLDIR="\"C:\\\\Program\ Files\\\\Common\ Files\\\\SSL\"" @@ -179,7 +179,7 @@ IF (OS_WINDOWS) ) ENDIF() -IF (SANITIZER_TYPE == memory) +IF (SANITIZER_TYPE == memory) CFLAGS( -DPURIFY ) @@ -938,7 +938,7 @@ ENDIF() IF (OS_LINUX AND ARCH_ARM7) IF (CLANG) - # XXX: This is a workarond for 'out of range immediate fixup value' + # XXX: This is a workarond for 'out of range immediate fixup value' # error with clang integrated assembler: # https://github.com/openssl/openssl/issues/7878 CFLAGS( diff --git a/contrib/libs/openssl/ya.make b/contrib/libs/openssl/ya.make index 060d069785..7976d72b41 100644 --- a/contrib/libs/openssl/ya.make +++ b/contrib/libs/openssl/ya.make @@ -160,7 +160,7 @@ IF (OS_WINDOWS) ) ENDIF() -IF (SANITIZER_TYPE == memory) +IF (SANITIZER_TYPE == memory) CFLAGS( -DPURIFY ) @@ -358,10 +358,10 @@ IF (ARCADIA_OPENSSL_DISABLE_ARMV7_TICK) ENDIF() END() - -IF (NOT DLL_FOR AND NOT OS_IOS) - RECURSE( - apps - dynamic - ) -ENDIF() + +IF (NOT DLL_FOR AND NOT OS_IOS) + RECURSE( + apps + dynamic + ) +ENDIF() |