diff options
author | thegeorg <thegeorg@yandex-team.ru> | 2022-02-10 16:45:12 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:12 +0300 |
commit | 49116032d905455a7b1c994e4a696afc885c1e71 (patch) | |
tree | be835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/libs/openssl/crypto | |
parent | 4e839db24a3bbc9f1c610c43d6faaaa99824dcca (diff) | |
download | ydb-49116032d905455a7b1c994e4a696afc885c1e71.tar.gz |
Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/openssl/crypto')
-rw-r--r-- | contrib/libs/openssl/crypto/ya.make | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/libs/openssl/crypto/ya.make b/contrib/libs/openssl/crypto/ya.make index 57f1b9ff79..3acfb0cac7 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( |