diff options
author | deshevoy <deshevoy@yandex-team.ru> | 2022-02-10 16:46:57 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:57 +0300 |
commit | 28148f76dbfcc644d96427d41c92f36cbf2fdc6e (patch) | |
tree | b83306b6e37edeea782e9eed673d89286c4fef35 /contrib/libs/openssl/crypto/buildinf-osx.h | |
parent | e988f30484abe5fdeedcc7a5d3c226c01a21800c (diff) | |
download | ydb-28148f76dbfcc644d96427d41c92f36cbf2fdc6e.tar.gz |
Restoring authorship annotation for <deshevoy@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/openssl/crypto/buildinf-osx.h')
-rw-r--r-- | contrib/libs/openssl/crypto/buildinf-osx.h | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/contrib/libs/openssl/crypto/buildinf-osx.h b/contrib/libs/openssl/crypto/buildinf-osx.h index f254d5814a..072aa34e8c 100644 --- a/contrib/libs/openssl/crypto/buildinf-osx.h +++ b/contrib/libs/openssl/crypto/buildinf-osx.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 - */ - -#define PLATFORM "platform: darwin64-x86_64-cc" +/* + * 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: darwin64-x86_64-cc" #define DATE "built on: Wed Oct 20 15:06:19 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',':',' ','c','c',' ','-','f','P', 'I','C',' ','-','a','r','c','h',' ','x','8','6','_','6','4',' ', '-','O','3',' ','-','W','a','l','l',' ','-','D','L','_','E','N', @@ -27,7 +27,7 @@ static const char compiler_flags[] = { 'I','D','_','O','B','J',' ','-','D','O','P','E','N','S','S','L', '_','I','A','3','2','_','S','S','E','2',' ','-','D','O','P','E', 'N','S','S','L','_','B','N','_','A','S','M','_','M','O','N','T', - ' ','-','D','O','P','E','N','S','S','L','_','B','N','_','A','S', + ' ','-','D','O','P','E','N','S','S','L','_','B','N','_','A','S', 'M','_','M','O','N','T','5',' ','-','D','O','P','E','N','S','S', 'L','_','B','N','_','A','S','M','_','G','F','2','m',' ','-','D', 'S','H','A','1','_','A','S','M',' ','-','D','S','H','A','2','5', @@ -42,4 +42,4 @@ static const char compiler_flags[] = { 'L','Y','1','3','0','5','_','A','S','M',' ','-','D','_','R','E', 'E','N','T','R','A','N','T',' ','-','D','Z','L','I','B',' ','-', 'D','N','D','E','B','U','G','\0' -}; +}; |