diff options
author | danlark <danlark@yandex-team.ru> | 2022-02-10 16:46:08 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:08 +0300 |
commit | 3426a9bc7f169ae9da54cef557ad2a33f6e8eee0 (patch) | |
tree | 26154e1e9990f1bb4525d3e3fb5b6dac2c2c1da2 /contrib/libs/openssl/asm/ppc64le/crypto/buildinf.h | |
parent | cb68f224c46a8ee52ac3fdd2a32534b8bb8dc134 (diff) | |
download | ydb-3426a9bc7f169ae9da54cef557ad2a33f6e8eee0.tar.gz |
Restoring authorship annotation for <danlark@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/openssl/asm/ppc64le/crypto/buildinf.h')
-rw-r--r-- | contrib/libs/openssl/asm/ppc64le/crypto/buildinf.h | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/contrib/libs/openssl/asm/ppc64le/crypto/buildinf.h b/contrib/libs/openssl/asm/ppc64le/crypto/buildinf.h index 359cc173d4..9a9b1a90ad 100644 --- a/contrib/libs/openssl/asm/ppc64le/crypto/buildinf.h +++ b/contrib/libs/openssl/asm/ppc64le/crypto/buildinf.h @@ -1,24 +1,24 @@ -/* - * WARNING: do not edit! - * Generated by util/mkbuildinf.pl - * - * Copyright 2014-2017 The OpenSSL Project Authors. All Rights Reserved. - * - * Licensed under the OpenSSL license (the "License"). You may not use - * this file except in compliance with the License. You can obtain a copy - * in the file LICENSE in the source distribution or at - * https://www.openssl.org/source/license.html - */ - +/* + * WARNING: do not edit! + * Generated by util/mkbuildinf.pl + * + * Copyright 2014-2017 The OpenSSL Project Authors. All Rights Reserved. + * + * Licensed under the OpenSSL license (the "License"). You may not use + * this file except in compliance with the License. You can obtain a copy + * in the file LICENSE in the source distribution or at + * https://www.openssl.org/source/license.html + */ + #define PLATFORM "platform: linux-ppc64" #define DATE "built on: Wed Oct 20 13:54:14 2021 UTC" - -/* - * Generate compiler_flags as an array of individual characters. This is a - * workaround for the situation where CFLAGS gets too long for a C90 string - * literal - */ -static const char compiler_flags[] = { + +/* + * Generate compiler_flags as an array of individual characters. This is a + * workaround for the situation where CFLAGS gets too long for a C90 string + * literal + */ +static const char compiler_flags[] = { 'c','o','m','p','i','l','e','r',':',' ','/','h','o','m','e','/', 'h','e','r','e','t','i','c','/','.','y','a','/','t','o','o','l', 's','/','v','4','/','2','3','4','3','3','1','6','0','3','6','/', @@ -48,4 +48,4 @@ static const char compiler_flags[] = { 'Z','2','5','6','_','A','S','M',' ','-','D','X','2','5','5','1', '9','_','A','S','M',' ','-','D','P','O','L','Y','1','3','0','5', '_','A','S','M',' ','-','D','N','D','E','B','U','G','\0' -}; +}; |