deps: update archs files for OpenSSL-1.1.1c
After an OpenSSL source update, all the config files need to be regenerated and comitted by: $ cd deps/openssl/config $ make $ git add deps/openssl/config/archs $ git add deps/openssl/openssl/crypto/include/internal/bn_conf.h $ git add deps/openssl/openssl/crypto/include/internal/dso_conf.h $ git add deps/openssl/openssl/include/openssl/opensslconf.h $ git commit PR-URL: https://github.com/nodejs/node/pull/28211 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
This commit is contained in:
parent
4c8fe4a96f
commit
7cb89819b5
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: BSD-x86_64"
|
#define PLATFORM "platform: BSD-x86_64"
|
||||||
#define DATE "built on: Thu May 2 20:26:30 2019 UTC"
|
#define DATE "built on: Wed Jun 12 20:53:27 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
@ -40,9 +40,8 @@ static const char compiler_flags[] = {
|
|||||||
'S','A','E','S','_','A','S','M',' ','-','D','G','H','A','S','H',
|
'S','A','E','S','_','A','S','M',' ','-','D','G','H','A','S','H',
|
||||||
'_','A','S','M',' ','-','D','E','C','P','_','N','I','S','T','Z',
|
'_','A','S','M',' ','-','D','E','C','P','_','N','I','S','T','Z',
|
||||||
'2','5','6','_','A','S','M',' ','-','D','X','2','5','5','1','9',
|
'2','5','6','_','A','S','M',' ','-','D','X','2','5','5','1','9',
|
||||||
'_','A','S','M',' ','-','D','P','A','D','L','O','C','K','_','A',
|
'_','A','S','M',' ','-','D','P','O','L','Y','1','3','0','5','_',
|
||||||
'S','M',' ','-','D','P','O','L','Y','1','3','0','5','_','A','S',
|
'A','S','M',' ','-','D','_','T','H','R','E','A','D','_','S','A',
|
||||||
'M',' ','-','D','_','T','H','R','E','A','D','_','S','A','F','E',
|
'F','E',' ','-','D','_','R','E','E','N','T','R','A','N','T',' ',
|
||||||
' ','-','D','_','R','E','E','N','T','R','A','N','T',' ','-','D',
|
'-','D','N','D','E','B','U','G','\0'
|
||||||
'N','D','E','B','U','G','\0'
|
|
||||||
};
|
};
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* WARNING: do not edit! */
|
/* WARNING: do not edit! */
|
||||||
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
||||||
/*
|
/*
|
||||||
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
|
* Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the OpenSSL license (the "License"). You may not use
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||||
* this file except in compliance with the License. You can obtain a copy
|
* this file except in compliance with the License. You can obtain a copy
|
||||||
@ -11,9 +11,7 @@
|
|||||||
|
|
||||||
#ifndef HEADER_DSO_CONF_H
|
#ifndef HEADER_DSO_CONF_H
|
||||||
# define HEADER_DSO_CONF_H
|
# define HEADER_DSO_CONF_H
|
||||||
|
|
||||||
# define DSO_DLFCN
|
# define DSO_DLFCN
|
||||||
# define HAVE_DLFCN_H
|
# define HAVE_DLFCN_H
|
||||||
# define DSO_EXTENSION ".so"
|
# define DSO_EXTENSION ".so"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -21,7 +21,6 @@
|
|||||||
'GHASH_ASM',
|
'GHASH_ASM',
|
||||||
'ECP_NISTZ256_ASM',
|
'ECP_NISTZ256_ASM',
|
||||||
'X25519_ASM',
|
'X25519_ASM',
|
||||||
'PADLOCK_ASM',
|
|
||||||
'POLY1305_ASM',
|
'POLY1305_ASM',
|
||||||
],
|
],
|
||||||
'openssl_cflags_BSD-x86_64': [
|
'openssl_cflags_BSD-x86_64': [
|
||||||
|
@ -729,7 +729,6 @@
|
|||||||
'GHASH_ASM',
|
'GHASH_ASM',
|
||||||
'ECP_NISTZ256_ASM',
|
'ECP_NISTZ256_ASM',
|
||||||
'X25519_ASM',
|
'X25519_ASM',
|
||||||
'PADLOCK_ASM',
|
|
||||||
'POLY1305_ASM',
|
'POLY1305_ASM',
|
||||||
],
|
],
|
||||||
'openssl_cflags_BSD-x86_64': [
|
'openssl_cflags_BSD-x86_64': [
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: BSD-x86_64"
|
#define PLATFORM "platform: BSD-x86_64"
|
||||||
#define DATE "built on: Thu May 2 20:26:36 2019 UTC"
|
#define DATE "built on: Wed Jun 12 20:53:36 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
@ -41,9 +41,8 @@ static const char compiler_flags[] = {
|
|||||||
'D','B','S','A','E','S','_','A','S','M',' ','-','D','G','H','A',
|
'D','B','S','A','E','S','_','A','S','M',' ','-','D','G','H','A',
|
||||||
'S','H','_','A','S','M',' ','-','D','E','C','P','_','N','I','S',
|
'S','H','_','A','S','M',' ','-','D','E','C','P','_','N','I','S',
|
||||||
'T','Z','2','5','6','_','A','S','M',' ','-','D','X','2','5','5',
|
'T','Z','2','5','6','_','A','S','M',' ','-','D','X','2','5','5',
|
||||||
'1','9','_','A','S','M',' ','-','D','P','A','D','L','O','C','K',
|
'1','9','_','A','S','M',' ','-','D','P','O','L','Y','1','3','0',
|
||||||
'_','A','S','M',' ','-','D','P','O','L','Y','1','3','0','5','_',
|
'5','_','A','S','M',' ','-','D','_','T','H','R','E','A','D','_',
|
||||||
'A','S','M',' ','-','D','_','T','H','R','E','A','D','_','S','A',
|
'S','A','F','E',' ','-','D','_','R','E','E','N','T','R','A','N',
|
||||||
'F','E',' ','-','D','_','R','E','E','N','T','R','A','N','T',' ',
|
'T',' ','-','D','N','D','E','B','U','G','\0'
|
||||||
'-','D','N','D','E','B','U','G','\0'
|
|
||||||
};
|
};
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* WARNING: do not edit! */
|
/* WARNING: do not edit! */
|
||||||
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
||||||
/*
|
/*
|
||||||
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
|
* Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the OpenSSL license (the "License"). You may not use
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||||
* this file except in compliance with the License. You can obtain a copy
|
* this file except in compliance with the License. You can obtain a copy
|
||||||
@ -11,9 +11,7 @@
|
|||||||
|
|
||||||
#ifndef HEADER_DSO_CONF_H
|
#ifndef HEADER_DSO_CONF_H
|
||||||
# define HEADER_DSO_CONF_H
|
# define HEADER_DSO_CONF_H
|
||||||
|
|
||||||
# define DSO_DLFCN
|
# define DSO_DLFCN
|
||||||
# define HAVE_DLFCN_H
|
# define HAVE_DLFCN_H
|
||||||
# define DSO_EXTENSION ".so"
|
# define DSO_EXTENSION ".so"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -21,7 +21,6 @@
|
|||||||
'GHASH_ASM',
|
'GHASH_ASM',
|
||||||
'ECP_NISTZ256_ASM',
|
'ECP_NISTZ256_ASM',
|
||||||
'X25519_ASM',
|
'X25519_ASM',
|
||||||
'PADLOCK_ASM',
|
|
||||||
'POLY1305_ASM',
|
'POLY1305_ASM',
|
||||||
],
|
],
|
||||||
'openssl_cflags_BSD-x86_64': [
|
'openssl_cflags_BSD-x86_64': [
|
||||||
|
@ -729,7 +729,6 @@
|
|||||||
'GHASH_ASM',
|
'GHASH_ASM',
|
||||||
'ECP_NISTZ256_ASM',
|
'ECP_NISTZ256_ASM',
|
||||||
'X25519_ASM',
|
'X25519_ASM',
|
||||||
'PADLOCK_ASM',
|
|
||||||
'POLY1305_ASM',
|
'POLY1305_ASM',
|
||||||
],
|
],
|
||||||
'openssl_cflags_BSD-x86_64': [
|
'openssl_cflags_BSD-x86_64': [
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: BSD-x86_64"
|
#define PLATFORM "platform: BSD-x86_64"
|
||||||
#define DATE "built on: Thu May 2 20:26:42 2019 UTC"
|
#define DATE "built on: Wed Jun 12 20:53:45 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* WARNING: do not edit! */
|
/* WARNING: do not edit! */
|
||||||
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
||||||
/*
|
/*
|
||||||
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
|
* Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the OpenSSL license (the "License"). You may not use
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||||
* this file except in compliance with the License. You can obtain a copy
|
* this file except in compliance with the License. You can obtain a copy
|
||||||
@ -11,9 +11,7 @@
|
|||||||
|
|
||||||
#ifndef HEADER_DSO_CONF_H
|
#ifndef HEADER_DSO_CONF_H
|
||||||
# define HEADER_DSO_CONF_H
|
# define HEADER_DSO_CONF_H
|
||||||
|
|
||||||
# define DSO_DLFCN
|
# define DSO_DLFCN
|
||||||
# define HAVE_DLFCN_H
|
# define HAVE_DLFCN_H
|
||||||
# define DSO_EXTENSION ".so"
|
# define DSO_EXTENSION ".so"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
837
deps/openssl/config/archs/VC-WIN32/asm/configdata.pm
vendored
837
deps/openssl/config/archs/VC-WIN32/asm/configdata.pm
vendored
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: "
|
#define PLATFORM "platform: "
|
||||||
#define DATE "built on: Thu May 2 20:28:52 2019 UTC"
|
#define DATE "built on: Wed Jun 12 20:57:03 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* WARNING: do not edit! */
|
/* WARNING: do not edit! */
|
||||||
/* Generated by makefile from crypto/include/internal/dso_conf.h.in */
|
/* Generated by makefile from crypto/include/internal/dso_conf.h.in */
|
||||||
/*
|
/*
|
||||||
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
|
* Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the OpenSSL license (the "License"). You may not use
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||||
* this file except in compliance with the License. You can obtain a copy
|
* this file except in compliance with the License. You can obtain a copy
|
||||||
@ -11,8 +11,6 @@
|
|||||||
|
|
||||||
#ifndef HEADER_DSO_CONF_H
|
#ifndef HEADER_DSO_CONF_H
|
||||||
# define HEADER_DSO_CONF_H
|
# define HEADER_DSO_CONF_H
|
||||||
|
|
||||||
# define DSO_WIN32
|
# define DSO_WIN32
|
||||||
# define DSO_EXTENSION ".dll"
|
# define DSO_EXTENSION ".dll"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
'WHIRLPOOL_ASM',
|
'WHIRLPOOL_ASM',
|
||||||
'GHASH_ASM',
|
'GHASH_ASM',
|
||||||
'ECP_NISTZ256_ASM',
|
'ECP_NISTZ256_ASM',
|
||||||
'PADLOCK_ASM',
|
|
||||||
'POLY1305_ASM',
|
'POLY1305_ASM',
|
||||||
],
|
],
|
||||||
'openssl_cflags_VC-WIN32': [
|
'openssl_cflags_VC-WIN32': [
|
||||||
|
@ -721,7 +721,6 @@
|
|||||||
'WHIRLPOOL_ASM',
|
'WHIRLPOOL_ASM',
|
||||||
'GHASH_ASM',
|
'GHASH_ASM',
|
||||||
'ECP_NISTZ256_ASM',
|
'ECP_NISTZ256_ASM',
|
||||||
'PADLOCK_ASM',
|
|
||||||
'POLY1305_ASM',
|
'POLY1305_ASM',
|
||||||
],
|
],
|
||||||
'openssl_cflags_VC-WIN32': [
|
'openssl_cflags_VC-WIN32': [
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: "
|
#define PLATFORM "platform: "
|
||||||
#define DATE "built on: Thu May 2 20:28:55 2019 UTC"
|
#define DATE "built on: Wed Jun 12 20:57:08 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* WARNING: do not edit! */
|
/* WARNING: do not edit! */
|
||||||
/* Generated by makefile from crypto/include/internal/dso_conf.h.in */
|
/* Generated by makefile from crypto/include/internal/dso_conf.h.in */
|
||||||
/*
|
/*
|
||||||
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
|
* Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the OpenSSL license (the "License"). You may not use
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||||
* this file except in compliance with the License. You can obtain a copy
|
* this file except in compliance with the License. You can obtain a copy
|
||||||
@ -11,8 +11,6 @@
|
|||||||
|
|
||||||
#ifndef HEADER_DSO_CONF_H
|
#ifndef HEADER_DSO_CONF_H
|
||||||
# define HEADER_DSO_CONF_H
|
# define HEADER_DSO_CONF_H
|
||||||
|
|
||||||
# define DSO_WIN32
|
# define DSO_WIN32
|
||||||
# define DSO_EXTENSION ".dll"
|
# define DSO_EXTENSION ".dll"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
'WHIRLPOOL_ASM',
|
'WHIRLPOOL_ASM',
|
||||||
'GHASH_ASM',
|
'GHASH_ASM',
|
||||||
'ECP_NISTZ256_ASM',
|
'ECP_NISTZ256_ASM',
|
||||||
'PADLOCK_ASM',
|
|
||||||
'POLY1305_ASM',
|
'POLY1305_ASM',
|
||||||
],
|
],
|
||||||
'openssl_cflags_VC-WIN32': [
|
'openssl_cflags_VC-WIN32': [
|
||||||
|
@ -721,7 +721,6 @@
|
|||||||
'WHIRLPOOL_ASM',
|
'WHIRLPOOL_ASM',
|
||||||
'GHASH_ASM',
|
'GHASH_ASM',
|
||||||
'ECP_NISTZ256_ASM',
|
'ECP_NISTZ256_ASM',
|
||||||
'PADLOCK_ASM',
|
|
||||||
'POLY1305_ASM',
|
'POLY1305_ASM',
|
||||||
],
|
],
|
||||||
'openssl_cflags_VC-WIN32': [
|
'openssl_cflags_VC-WIN32': [
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: "
|
#define PLATFORM "platform: "
|
||||||
#define DATE "built on: Thu May 2 20:28:57 2019 UTC"
|
#define DATE "built on: Wed Jun 12 20:57:14 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* WARNING: do not edit! */
|
/* WARNING: do not edit! */
|
||||||
/* Generated by makefile from crypto/include/internal/dso_conf.h.in */
|
/* Generated by makefile from crypto/include/internal/dso_conf.h.in */
|
||||||
/*
|
/*
|
||||||
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
|
* Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the OpenSSL license (the "License"). You may not use
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||||
* this file except in compliance with the License. You can obtain a copy
|
* this file except in compliance with the License. You can obtain a copy
|
||||||
@ -11,8 +11,6 @@
|
|||||||
|
|
||||||
#ifndef HEADER_DSO_CONF_H
|
#ifndef HEADER_DSO_CONF_H
|
||||||
# define HEADER_DSO_CONF_H
|
# define HEADER_DSO_CONF_H
|
||||||
|
|
||||||
# define DSO_WIN32
|
# define DSO_WIN32
|
||||||
# define DSO_EXTENSION ".dll"
|
# define DSO_EXTENSION ".dll"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: VC-WIN64-ARM"
|
#define PLATFORM "platform: VC-WIN64-ARM"
|
||||||
#define DATE "built on: Thu May 2 20:28:59 2019 UTC"
|
#define DATE "built on: Wed Jun 12 20:57:18 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* WARNING: do not edit! */
|
/* WARNING: do not edit! */
|
||||||
/* Generated by makefile from crypto/include/internal/dso_conf.h.in */
|
/* Generated by makefile from crypto/include/internal/dso_conf.h.in */
|
||||||
/*
|
/*
|
||||||
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
|
* Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the OpenSSL license (the "License"). You may not use
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||||
* this file except in compliance with the License. You can obtain a copy
|
* this file except in compliance with the License. You can obtain a copy
|
||||||
@ -11,8 +11,6 @@
|
|||||||
|
|
||||||
#ifndef HEADER_DSO_CONF_H
|
#ifndef HEADER_DSO_CONF_H
|
||||||
# define HEADER_DSO_CONF_H
|
# define HEADER_DSO_CONF_H
|
||||||
|
|
||||||
# define DSO_WIN32
|
# define DSO_WIN32
|
||||||
# define DSO_EXTENSION ".dll"
|
# define DSO_EXTENSION ".dll"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: "
|
#define PLATFORM "platform: "
|
||||||
#define DATE "built on: Thu May 2 20:28:37 2019 UTC"
|
#define DATE "built on: Wed Jun 12 20:56:41 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* WARNING: do not edit! */
|
/* WARNING: do not edit! */
|
||||||
/* Generated by makefile from crypto/include/internal/dso_conf.h.in */
|
/* Generated by makefile from crypto/include/internal/dso_conf.h.in */
|
||||||
/*
|
/*
|
||||||
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
|
* Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the OpenSSL license (the "License"). You may not use
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||||
* this file except in compliance with the License. You can obtain a copy
|
* this file except in compliance with the License. You can obtain a copy
|
||||||
@ -11,8 +11,6 @@
|
|||||||
|
|
||||||
#ifndef HEADER_DSO_CONF_H
|
#ifndef HEADER_DSO_CONF_H
|
||||||
# define HEADER_DSO_CONF_H
|
# define HEADER_DSO_CONF_H
|
||||||
|
|
||||||
# define DSO_WIN32
|
# define DSO_WIN32
|
||||||
# define DSO_EXTENSION ".dll"
|
# define DSO_EXTENSION ".dll"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
'GHASH_ASM',
|
'GHASH_ASM',
|
||||||
'ECP_NISTZ256_ASM',
|
'ECP_NISTZ256_ASM',
|
||||||
'X25519_ASM',
|
'X25519_ASM',
|
||||||
'PADLOCK_ASM',
|
|
||||||
'POLY1305_ASM',
|
'POLY1305_ASM',
|
||||||
],
|
],
|
||||||
'openssl_cflags_VC-WIN64A': [
|
'openssl_cflags_VC-WIN64A': [
|
||||||
|
@ -733,7 +733,6 @@
|
|||||||
'GHASH_ASM',
|
'GHASH_ASM',
|
||||||
'ECP_NISTZ256_ASM',
|
'ECP_NISTZ256_ASM',
|
||||||
'X25519_ASM',
|
'X25519_ASM',
|
||||||
'PADLOCK_ASM',
|
|
||||||
'POLY1305_ASM',
|
'POLY1305_ASM',
|
||||||
],
|
],
|
||||||
'openssl_cflags_VC-WIN64A': [
|
'openssl_cflags_VC-WIN64A': [
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: "
|
#define PLATFORM "platform: "
|
||||||
#define DATE "built on: Thu May 2 20:28:44 2019 UTC"
|
#define DATE "built on: Wed Jun 12 20:56:51 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* WARNING: do not edit! */
|
/* WARNING: do not edit! */
|
||||||
/* Generated by makefile from crypto/include/internal/dso_conf.h.in */
|
/* Generated by makefile from crypto/include/internal/dso_conf.h.in */
|
||||||
/*
|
/*
|
||||||
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
|
* Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the OpenSSL license (the "License"). You may not use
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||||
* this file except in compliance with the License. You can obtain a copy
|
* this file except in compliance with the License. You can obtain a copy
|
||||||
@ -11,8 +11,6 @@
|
|||||||
|
|
||||||
#ifndef HEADER_DSO_CONF_H
|
#ifndef HEADER_DSO_CONF_H
|
||||||
# define HEADER_DSO_CONF_H
|
# define HEADER_DSO_CONF_H
|
||||||
|
|
||||||
# define DSO_WIN32
|
# define DSO_WIN32
|
||||||
# define DSO_EXTENSION ".dll"
|
# define DSO_EXTENSION ".dll"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
'GHASH_ASM',
|
'GHASH_ASM',
|
||||||
'ECP_NISTZ256_ASM',
|
'ECP_NISTZ256_ASM',
|
||||||
'X25519_ASM',
|
'X25519_ASM',
|
||||||
'PADLOCK_ASM',
|
|
||||||
'POLY1305_ASM',
|
'POLY1305_ASM',
|
||||||
],
|
],
|
||||||
'openssl_cflags_VC-WIN64A': [
|
'openssl_cflags_VC-WIN64A': [
|
||||||
|
@ -733,7 +733,6 @@
|
|||||||
'GHASH_ASM',
|
'GHASH_ASM',
|
||||||
'ECP_NISTZ256_ASM',
|
'ECP_NISTZ256_ASM',
|
||||||
'X25519_ASM',
|
'X25519_ASM',
|
||||||
'PADLOCK_ASM',
|
|
||||||
'POLY1305_ASM',
|
'POLY1305_ASM',
|
||||||
],
|
],
|
||||||
'openssl_cflags_VC-WIN64A': [
|
'openssl_cflags_VC-WIN64A': [
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: "
|
#define PLATFORM "platform: "
|
||||||
#define DATE "built on: Thu May 2 20:28:51 2019 UTC"
|
#define DATE "built on: Wed Jun 12 20:57:01 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* WARNING: do not edit! */
|
/* WARNING: do not edit! */
|
||||||
/* Generated by makefile from crypto/include/internal/dso_conf.h.in */
|
/* Generated by makefile from crypto/include/internal/dso_conf.h.in */
|
||||||
/*
|
/*
|
||||||
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
|
* Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the OpenSSL license (the "License"). You may not use
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||||
* this file except in compliance with the License. You can obtain a copy
|
* this file except in compliance with the License. You can obtain a copy
|
||||||
@ -11,8 +11,6 @@
|
|||||||
|
|
||||||
#ifndef HEADER_DSO_CONF_H
|
#ifndef HEADER_DSO_CONF_H
|
||||||
# define HEADER_DSO_CONF_H
|
# define HEADER_DSO_CONF_H
|
||||||
|
|
||||||
# define DSO_WIN32
|
# define DSO_WIN32
|
||||||
# define DSO_EXTENSION ".dll"
|
# define DSO_EXTENSION ".dll"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
832
deps/openssl/config/archs/aix-gcc/asm/configdata.pm
vendored
832
deps/openssl/config/archs/aix-gcc/asm/configdata.pm
vendored
File diff suppressed because it is too large
Load Diff
@ -1749,7 +1749,7 @@ Lctr32_enc8x_three:
|
|||||||
.long 0x7E082799
|
.long 0x7E082799
|
||||||
.long 0x7E3A2799
|
.long 0x7E3A2799
|
||||||
addi 4,4,0x30
|
addi 4,4,0x30
|
||||||
b Lcbc_dec8x_done
|
b Lctr32_enc8x_done
|
||||||
|
|
||||||
.align 5
|
.align 5
|
||||||
Lctr32_enc8x_two:
|
Lctr32_enc8x_two:
|
||||||
@ -1761,7 +1761,7 @@ Lctr32_enc8x_two:
|
|||||||
.long 0x7DE02799
|
.long 0x7DE02799
|
||||||
.long 0x7E082799
|
.long 0x7E082799
|
||||||
addi 4,4,0x20
|
addi 4,4,0x20
|
||||||
b Lcbc_dec8x_done
|
b Lctr32_enc8x_done
|
||||||
|
|
||||||
.align 5
|
.align 5
|
||||||
Lctr32_enc8x_one:
|
Lctr32_enc8x_one:
|
||||||
|
@ -94,6 +94,7 @@
|
|||||||
|
|
||||||
|
|
||||||
.machine "any"
|
.machine "any"
|
||||||
|
.csect .text[PR],7
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: aix-gcc"
|
#define PLATFORM "platform: aix-gcc"
|
||||||
#define DATE "built on: Thu May 2 20:26:19 2019 UTC"
|
#define DATE "built on: Wed Jun 12 20:53:10 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* WARNING: do not edit! */
|
/* WARNING: do not edit! */
|
||||||
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
||||||
/*
|
/*
|
||||||
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
|
* Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the OpenSSL license (the "License"). You may not use
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||||
* this file except in compliance with the License. You can obtain a copy
|
* this file except in compliance with the License. You can obtain a copy
|
||||||
@ -11,9 +11,7 @@
|
|||||||
|
|
||||||
#ifndef HEADER_DSO_CONF_H
|
#ifndef HEADER_DSO_CONF_H
|
||||||
# define HEADER_DSO_CONF_H
|
# define HEADER_DSO_CONF_H
|
||||||
|
|
||||||
# define DSO_DLFCN
|
# define DSO_DLFCN
|
||||||
# define HAVE_DLFCN_H
|
# define HAVE_DLFCN_H
|
||||||
# define DSO_EXTENSION ".so"
|
# define DSO_EXTENSION ".so"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1749,7 +1749,7 @@ Lctr32_enc8x_three:
|
|||||||
.long 0x7E082799
|
.long 0x7E082799
|
||||||
.long 0x7E3A2799
|
.long 0x7E3A2799
|
||||||
addi 4,4,0x30
|
addi 4,4,0x30
|
||||||
b Lcbc_dec8x_done
|
b Lctr32_enc8x_done
|
||||||
|
|
||||||
.align 5
|
.align 5
|
||||||
Lctr32_enc8x_two:
|
Lctr32_enc8x_two:
|
||||||
@ -1761,7 +1761,7 @@ Lctr32_enc8x_two:
|
|||||||
.long 0x7DE02799
|
.long 0x7DE02799
|
||||||
.long 0x7E082799
|
.long 0x7E082799
|
||||||
addi 4,4,0x20
|
addi 4,4,0x20
|
||||||
b Lcbc_dec8x_done
|
b Lctr32_enc8x_done
|
||||||
|
|
||||||
.align 5
|
.align 5
|
||||||
Lctr32_enc8x_one:
|
Lctr32_enc8x_one:
|
||||||
|
@ -94,6 +94,7 @@
|
|||||||
|
|
||||||
|
|
||||||
.machine "any"
|
.machine "any"
|
||||||
|
.csect .text[PR],7
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: aix-gcc"
|
#define PLATFORM "platform: aix-gcc"
|
||||||
#define DATE "built on: Thu May 2 20:26:21 2019 UTC"
|
#define DATE "built on: Wed Jun 12 20:53:13 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* WARNING: do not edit! */
|
/* WARNING: do not edit! */
|
||||||
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
||||||
/*
|
/*
|
||||||
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
|
* Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the OpenSSL license (the "License"). You may not use
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||||
* this file except in compliance with the License. You can obtain a copy
|
* this file except in compliance with the License. You can obtain a copy
|
||||||
@ -11,9 +11,7 @@
|
|||||||
|
|
||||||
#ifndef HEADER_DSO_CONF_H
|
#ifndef HEADER_DSO_CONF_H
|
||||||
# define HEADER_DSO_CONF_H
|
# define HEADER_DSO_CONF_H
|
||||||
|
|
||||||
# define DSO_DLFCN
|
# define DSO_DLFCN
|
||||||
# define HAVE_DLFCN_H
|
# define HAVE_DLFCN_H
|
||||||
# define DSO_EXTENSION ".so"
|
# define DSO_EXTENSION ".so"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: aix-gcc"
|
#define PLATFORM "platform: aix-gcc"
|
||||||
#define DATE "built on: Thu May 2 20:26:23 2019 UTC"
|
#define DATE "built on: Wed Jun 12 20:53:16 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* WARNING: do not edit! */
|
/* WARNING: do not edit! */
|
||||||
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
||||||
/*
|
/*
|
||||||
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
|
* Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the OpenSSL license (the "License"). You may not use
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||||
* this file except in compliance with the License. You can obtain a copy
|
* this file except in compliance with the License. You can obtain a copy
|
||||||
@ -11,9 +11,7 @@
|
|||||||
|
|
||||||
#ifndef HEADER_DSO_CONF_H
|
#ifndef HEADER_DSO_CONF_H
|
||||||
# define HEADER_DSO_CONF_H
|
# define HEADER_DSO_CONF_H
|
||||||
|
|
||||||
# define DSO_DLFCN
|
# define DSO_DLFCN
|
||||||
# define HAVE_DLFCN_H
|
# define HAVE_DLFCN_H
|
||||||
# define DSO_EXTENSION ".so"
|
# define DSO_EXTENSION ".so"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1749,7 +1749,7 @@ Lctr32_enc8x_three:
|
|||||||
.long 0x7E082799
|
.long 0x7E082799
|
||||||
.long 0x7E3A2799
|
.long 0x7E3A2799
|
||||||
addi 4,4,0x30
|
addi 4,4,0x30
|
||||||
b Lcbc_dec8x_done
|
b Lctr32_enc8x_done
|
||||||
|
|
||||||
.align 5
|
.align 5
|
||||||
Lctr32_enc8x_two:
|
Lctr32_enc8x_two:
|
||||||
@ -1761,7 +1761,7 @@ Lctr32_enc8x_two:
|
|||||||
.long 0x7DE02799
|
.long 0x7DE02799
|
||||||
.long 0x7E082799
|
.long 0x7E082799
|
||||||
addi 4,4,0x20
|
addi 4,4,0x20
|
||||||
b Lcbc_dec8x_done
|
b Lctr32_enc8x_done
|
||||||
|
|
||||||
.align 5
|
.align 5
|
||||||
Lctr32_enc8x_one:
|
Lctr32_enc8x_one:
|
||||||
|
@ -94,6 +94,7 @@
|
|||||||
|
|
||||||
|
|
||||||
.machine "any"
|
.machine "any"
|
||||||
|
.csect .text[PR],7
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: aix64-gcc"
|
#define PLATFORM "platform: aix64-gcc"
|
||||||
#define DATE "built on: Thu May 2 20:26:24 2019 UTC"
|
#define DATE "built on: Wed Jun 12 20:53:19 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* WARNING: do not edit! */
|
/* WARNING: do not edit! */
|
||||||
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
||||||
/*
|
/*
|
||||||
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
|
* Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the OpenSSL license (the "License"). You may not use
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||||
* this file except in compliance with the License. You can obtain a copy
|
* this file except in compliance with the License. You can obtain a copy
|
||||||
@ -11,9 +11,7 @@
|
|||||||
|
|
||||||
#ifndef HEADER_DSO_CONF_H
|
#ifndef HEADER_DSO_CONF_H
|
||||||
# define HEADER_DSO_CONF_H
|
# define HEADER_DSO_CONF_H
|
||||||
|
|
||||||
# define DSO_DLFCN
|
# define DSO_DLFCN
|
||||||
# define HAVE_DLFCN_H
|
# define HAVE_DLFCN_H
|
||||||
# define DSO_EXTENSION ".so"
|
# define DSO_EXTENSION ".so"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1749,7 +1749,7 @@ Lctr32_enc8x_three:
|
|||||||
.long 0x7E082799
|
.long 0x7E082799
|
||||||
.long 0x7E3A2799
|
.long 0x7E3A2799
|
||||||
addi 4,4,0x30
|
addi 4,4,0x30
|
||||||
b Lcbc_dec8x_done
|
b Lctr32_enc8x_done
|
||||||
|
|
||||||
.align 5
|
.align 5
|
||||||
Lctr32_enc8x_two:
|
Lctr32_enc8x_two:
|
||||||
@ -1761,7 +1761,7 @@ Lctr32_enc8x_two:
|
|||||||
.long 0x7DE02799
|
.long 0x7DE02799
|
||||||
.long 0x7E082799
|
.long 0x7E082799
|
||||||
addi 4,4,0x20
|
addi 4,4,0x20
|
||||||
b Lcbc_dec8x_done
|
b Lctr32_enc8x_done
|
||||||
|
|
||||||
.align 5
|
.align 5
|
||||||
Lctr32_enc8x_one:
|
Lctr32_enc8x_one:
|
||||||
|
@ -94,6 +94,7 @@
|
|||||||
|
|
||||||
|
|
||||||
.machine "any"
|
.machine "any"
|
||||||
|
.csect .text[PR],7
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: aix64-gcc"
|
#define PLATFORM "platform: aix64-gcc"
|
||||||
#define DATE "built on: Thu May 2 20:26:26 2019 UTC"
|
#define DATE "built on: Wed Jun 12 20:53:22 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* WARNING: do not edit! */
|
/* WARNING: do not edit! */
|
||||||
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
||||||
/*
|
/*
|
||||||
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
|
* Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the OpenSSL license (the "License"). You may not use
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||||
* this file except in compliance with the License. You can obtain a copy
|
* this file except in compliance with the License. You can obtain a copy
|
||||||
@ -11,9 +11,7 @@
|
|||||||
|
|
||||||
#ifndef HEADER_DSO_CONF_H
|
#ifndef HEADER_DSO_CONF_H
|
||||||
# define HEADER_DSO_CONF_H
|
# define HEADER_DSO_CONF_H
|
||||||
|
|
||||||
# define DSO_DLFCN
|
# define DSO_DLFCN
|
||||||
# define HAVE_DLFCN_H
|
# define HAVE_DLFCN_H
|
||||||
# define DSO_EXTENSION ".so"
|
# define DSO_EXTENSION ".so"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: aix64-gcc"
|
#define PLATFORM "platform: aix64-gcc"
|
||||||
#define DATE "built on: Thu May 2 20:26:28 2019 UTC"
|
#define DATE "built on: Wed Jun 12 20:53:25 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* WARNING: do not edit! */
|
/* WARNING: do not edit! */
|
||||||
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
||||||
/*
|
/*
|
||||||
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
|
* Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the OpenSSL license (the "License"). You may not use
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||||
* this file except in compliance with the License. You can obtain a copy
|
* this file except in compliance with the License. You can obtain a copy
|
||||||
@ -11,9 +11,7 @@
|
|||||||
|
|
||||||
#ifndef HEADER_DSO_CONF_H
|
#ifndef HEADER_DSO_CONF_H
|
||||||
# define HEADER_DSO_CONF_H
|
# define HEADER_DSO_CONF_H
|
||||||
|
|
||||||
# define DSO_DLFCN
|
# define DSO_DLFCN
|
||||||
# define HAVE_DLFCN_H
|
# define HAVE_DLFCN_H
|
||||||
# define DSO_EXTENSION ".so"
|
# define DSO_EXTENSION ".so"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: darwin-i386-cc"
|
#define PLATFORM "platform: darwin-i386-cc"
|
||||||
#define DATE "built on: Thu May 2 20:26:58 2019 UTC"
|
#define DATE "built on: Wed Jun 12 20:54:07 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
@ -41,7 +41,7 @@ static const char compiler_flags[] = {
|
|||||||
'D','W','H','I','R','L','P','O','O','L','_','A','S','M',' ','-',
|
'D','W','H','I','R','L','P','O','O','L','_','A','S','M',' ','-',
|
||||||
'D','G','H','A','S','H','_','A','S','M',' ','-','D','E','C','P',
|
'D','G','H','A','S','H','_','A','S','M',' ','-','D','E','C','P',
|
||||||
'_','N','I','S','T','Z','2','5','6','_','A','S','M',' ','-','D',
|
'_','N','I','S','T','Z','2','5','6','_','A','S','M',' ','-','D',
|
||||||
'P','A','D','L','O','C','K','_','A','S','M',' ','-','D','P','O',
|
'P','O','L','Y','1','3','0','5','_','A','S','M',' ','-','D','_',
|
||||||
'L','Y','1','3','0','5','_','A','S','M',' ','-','D','_','R','E',
|
'R','E','E','N','T','R','A','N','T',' ','-','D','N','D','E','B',
|
||||||
'E','N','T','R','A','N','T',' ','-','D','N','D','E','B','U','G','\0'
|
'U','G','\0'
|
||||||
};
|
};
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* WARNING: do not edit! */
|
/* WARNING: do not edit! */
|
||||||
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
||||||
/*
|
/*
|
||||||
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
|
* Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the OpenSSL license (the "License"). You may not use
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||||
* this file except in compliance with the License. You can obtain a copy
|
* this file except in compliance with the License. You can obtain a copy
|
||||||
@ -11,9 +11,7 @@
|
|||||||
|
|
||||||
#ifndef HEADER_DSO_CONF_H
|
#ifndef HEADER_DSO_CONF_H
|
||||||
# define HEADER_DSO_CONF_H
|
# define HEADER_DSO_CONF_H
|
||||||
|
|
||||||
# define DSO_DLFCN
|
# define DSO_DLFCN
|
||||||
# define HAVE_DLFCN_H
|
# define HAVE_DLFCN_H
|
||||||
# define DSO_EXTENSION ".dylib"
|
# define DSO_EXTENSION ".dylib"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
'WHIRLPOOL_ASM',
|
'WHIRLPOOL_ASM',
|
||||||
'GHASH_ASM',
|
'GHASH_ASM',
|
||||||
'ECP_NISTZ256_ASM',
|
'ECP_NISTZ256_ASM',
|
||||||
'PADLOCK_ASM',
|
|
||||||
'POLY1305_ASM',
|
'POLY1305_ASM',
|
||||||
],
|
],
|
||||||
'openssl_cflags_darwin-i386-cc': [
|
'openssl_cflags_darwin-i386-cc': [
|
||||||
|
@ -716,7 +716,6 @@
|
|||||||
'WHIRLPOOL_ASM',
|
'WHIRLPOOL_ASM',
|
||||||
'GHASH_ASM',
|
'GHASH_ASM',
|
||||||
'ECP_NISTZ256_ASM',
|
'ECP_NISTZ256_ASM',
|
||||||
'PADLOCK_ASM',
|
|
||||||
'POLY1305_ASM',
|
'POLY1305_ASM',
|
||||||
],
|
],
|
||||||
'openssl_cflags_darwin-i386-cc': [
|
'openssl_cflags_darwin-i386-cc': [
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: darwin-i386-cc"
|
#define PLATFORM "platform: darwin-i386-cc"
|
||||||
#define DATE "built on: Thu May 2 20:27:00 2019 UTC"
|
#define DATE "built on: Wed Jun 12 20:54:11 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
@ -42,8 +42,7 @@ static const char compiler_flags[] = {
|
|||||||
' ','-','D','W','H','I','R','L','P','O','O','L','_','A','S','M',
|
' ','-','D','W','H','I','R','L','P','O','O','L','_','A','S','M',
|
||||||
' ','-','D','G','H','A','S','H','_','A','S','M',' ','-','D','E',
|
' ','-','D','G','H','A','S','H','_','A','S','M',' ','-','D','E',
|
||||||
'C','P','_','N','I','S','T','Z','2','5','6','_','A','S','M',' ',
|
'C','P','_','N','I','S','T','Z','2','5','6','_','A','S','M',' ',
|
||||||
'-','D','P','A','D','L','O','C','K','_','A','S','M',' ','-','D',
|
'-','D','P','O','L','Y','1','3','0','5','_','A','S','M',' ','-',
|
||||||
'P','O','L','Y','1','3','0','5','_','A','S','M',' ','-','D','_',
|
'D','_','R','E','E','N','T','R','A','N','T',' ','-','D','N','D',
|
||||||
'R','E','E','N','T','R','A','N','T',' ','-','D','N','D','E','B',
|
'E','B','U','G','\0'
|
||||||
'U','G','\0'
|
|
||||||
};
|
};
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* WARNING: do not edit! */
|
/* WARNING: do not edit! */
|
||||||
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
||||||
/*
|
/*
|
||||||
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
|
* Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the OpenSSL license (the "License"). You may not use
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||||
* this file except in compliance with the License. You can obtain a copy
|
* this file except in compliance with the License. You can obtain a copy
|
||||||
@ -11,9 +11,7 @@
|
|||||||
|
|
||||||
#ifndef HEADER_DSO_CONF_H
|
#ifndef HEADER_DSO_CONF_H
|
||||||
# define HEADER_DSO_CONF_H
|
# define HEADER_DSO_CONF_H
|
||||||
|
|
||||||
# define DSO_DLFCN
|
# define DSO_DLFCN
|
||||||
# define HAVE_DLFCN_H
|
# define HAVE_DLFCN_H
|
||||||
# define DSO_EXTENSION ".dylib"
|
# define DSO_EXTENSION ".dylib"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
'WHIRLPOOL_ASM',
|
'WHIRLPOOL_ASM',
|
||||||
'GHASH_ASM',
|
'GHASH_ASM',
|
||||||
'ECP_NISTZ256_ASM',
|
'ECP_NISTZ256_ASM',
|
||||||
'PADLOCK_ASM',
|
|
||||||
'POLY1305_ASM',
|
'POLY1305_ASM',
|
||||||
],
|
],
|
||||||
'openssl_cflags_darwin-i386-cc': [
|
'openssl_cflags_darwin-i386-cc': [
|
||||||
|
@ -716,7 +716,6 @@
|
|||||||
'WHIRLPOOL_ASM',
|
'WHIRLPOOL_ASM',
|
||||||
'GHASH_ASM',
|
'GHASH_ASM',
|
||||||
'ECP_NISTZ256_ASM',
|
'ECP_NISTZ256_ASM',
|
||||||
'PADLOCK_ASM',
|
|
||||||
'POLY1305_ASM',
|
'POLY1305_ASM',
|
||||||
],
|
],
|
||||||
'openssl_cflags_darwin-i386-cc': [
|
'openssl_cflags_darwin-i386-cc': [
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: darwin-i386-cc"
|
#define PLATFORM "platform: darwin-i386-cc"
|
||||||
#define DATE "built on: Thu May 2 20:27:03 2019 UTC"
|
#define DATE "built on: Wed Jun 12 20:54:15 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* WARNING: do not edit! */
|
/* WARNING: do not edit! */
|
||||||
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
||||||
/*
|
/*
|
||||||
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
|
* Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the OpenSSL license (the "License"). You may not use
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||||
* this file except in compliance with the License. You can obtain a copy
|
* this file except in compliance with the License. You can obtain a copy
|
||||||
@ -11,9 +11,7 @@
|
|||||||
|
|
||||||
#ifndef HEADER_DSO_CONF_H
|
#ifndef HEADER_DSO_CONF_H
|
||||||
# define HEADER_DSO_CONF_H
|
# define HEADER_DSO_CONF_H
|
||||||
|
|
||||||
# define DSO_DLFCN
|
# define DSO_DLFCN
|
||||||
# define HAVE_DLFCN_H
|
# define HAVE_DLFCN_H
|
||||||
# define DSO_EXTENSION ".dylib"
|
# define DSO_EXTENSION ".dylib"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: darwin64-x86_64-cc"
|
#define PLATFORM "platform: darwin64-x86_64-cc"
|
||||||
#define DATE "built on: Thu May 2 20:26:44 2019 UTC"
|
#define DATE "built on: Wed Jun 12 20:53:47 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
@ -40,8 +40,7 @@ static const char compiler_flags[] = {
|
|||||||
' ','-','D','B','S','A','E','S','_','A','S','M',' ','-','D','G',
|
' ','-','D','B','S','A','E','S','_','A','S','M',' ','-','D','G',
|
||||||
'H','A','S','H','_','A','S','M',' ','-','D','E','C','P','_','N',
|
'H','A','S','H','_','A','S','M',' ','-','D','E','C','P','_','N',
|
||||||
'I','S','T','Z','2','5','6','_','A','S','M',' ','-','D','X','2',
|
'I','S','T','Z','2','5','6','_','A','S','M',' ','-','D','X','2',
|
||||||
'5','5','1','9','_','A','S','M',' ','-','D','P','A','D','L','O',
|
'5','5','1','9','_','A','S','M',' ','-','D','P','O','L','Y','1',
|
||||||
'C','K','_','A','S','M',' ','-','D','P','O','L','Y','1','3','0',
|
'3','0','5','_','A','S','M',' ','-','D','_','R','E','E','N','T',
|
||||||
'5','_','A','S','M',' ','-','D','_','R','E','E','N','T','R','A',
|
'R','A','N','T',' ','-','D','N','D','E','B','U','G','\0'
|
||||||
'N','T',' ','-','D','N','D','E','B','U','G','\0'
|
|
||||||
};
|
};
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* WARNING: do not edit! */
|
/* WARNING: do not edit! */
|
||||||
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
||||||
/*
|
/*
|
||||||
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
|
* Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the OpenSSL license (the "License"). You may not use
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||||
* this file except in compliance with the License. You can obtain a copy
|
* this file except in compliance with the License. You can obtain a copy
|
||||||
@ -11,9 +11,7 @@
|
|||||||
|
|
||||||
#ifndef HEADER_DSO_CONF_H
|
#ifndef HEADER_DSO_CONF_H
|
||||||
# define HEADER_DSO_CONF_H
|
# define HEADER_DSO_CONF_H
|
||||||
|
|
||||||
# define DSO_DLFCN
|
# define DSO_DLFCN
|
||||||
# define HAVE_DLFCN_H
|
# define HAVE_DLFCN_H
|
||||||
# define DSO_EXTENSION ".dylib"
|
# define DSO_EXTENSION ".dylib"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -21,7 +21,6 @@
|
|||||||
'GHASH_ASM',
|
'GHASH_ASM',
|
||||||
'ECP_NISTZ256_ASM',
|
'ECP_NISTZ256_ASM',
|
||||||
'X25519_ASM',
|
'X25519_ASM',
|
||||||
'PADLOCK_ASM',
|
|
||||||
'POLY1305_ASM',
|
'POLY1305_ASM',
|
||||||
],
|
],
|
||||||
'openssl_cflags_darwin64-x86_64-cc': [
|
'openssl_cflags_darwin64-x86_64-cc': [
|
||||||
|
@ -728,7 +728,6 @@
|
|||||||
'GHASH_ASM',
|
'GHASH_ASM',
|
||||||
'ECP_NISTZ256_ASM',
|
'ECP_NISTZ256_ASM',
|
||||||
'X25519_ASM',
|
'X25519_ASM',
|
||||||
'PADLOCK_ASM',
|
|
||||||
'POLY1305_ASM',
|
'POLY1305_ASM',
|
||||||
],
|
],
|
||||||
'openssl_cflags_darwin64-x86_64-cc': [
|
'openssl_cflags_darwin64-x86_64-cc': [
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: darwin64-x86_64-cc"
|
#define PLATFORM "platform: darwin64-x86_64-cc"
|
||||||
#define DATE "built on: Thu May 2 20:26:50 2019 UTC"
|
#define DATE "built on: Wed Jun 12 20:53:57 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
@ -41,8 +41,7 @@ static const char compiler_flags[] = {
|
|||||||
'S','M',' ','-','D','B','S','A','E','S','_','A','S','M',' ','-',
|
'S','M',' ','-','D','B','S','A','E','S','_','A','S','M',' ','-',
|
||||||
'D','G','H','A','S','H','_','A','S','M',' ','-','D','E','C','P',
|
'D','G','H','A','S','H','_','A','S','M',' ','-','D','E','C','P',
|
||||||
'_','N','I','S','T','Z','2','5','6','_','A','S','M',' ','-','D',
|
'_','N','I','S','T','Z','2','5','6','_','A','S','M',' ','-','D',
|
||||||
'X','2','5','5','1','9','_','A','S','M',' ','-','D','P','A','D',
|
'X','2','5','5','1','9','_','A','S','M',' ','-','D','P','O','L',
|
||||||
'L','O','C','K','_','A','S','M',' ','-','D','P','O','L','Y','1',
|
'Y','1','3','0','5','_','A','S','M',' ','-','D','_','R','E','E',
|
||||||
'3','0','5','_','A','S','M',' ','-','D','_','R','E','E','N','T',
|
'N','T','R','A','N','T',' ','-','D','N','D','E','B','U','G','\0'
|
||||||
'R','A','N','T',' ','-','D','N','D','E','B','U','G','\0'
|
|
||||||
};
|
};
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* WARNING: do not edit! */
|
/* WARNING: do not edit! */
|
||||||
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
||||||
/*
|
/*
|
||||||
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
|
* Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the OpenSSL license (the "License"). You may not use
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||||
* this file except in compliance with the License. You can obtain a copy
|
* this file except in compliance with the License. You can obtain a copy
|
||||||
@ -11,9 +11,7 @@
|
|||||||
|
|
||||||
#ifndef HEADER_DSO_CONF_H
|
#ifndef HEADER_DSO_CONF_H
|
||||||
# define HEADER_DSO_CONF_H
|
# define HEADER_DSO_CONF_H
|
||||||
|
|
||||||
# define DSO_DLFCN
|
# define DSO_DLFCN
|
||||||
# define HAVE_DLFCN_H
|
# define HAVE_DLFCN_H
|
||||||
# define DSO_EXTENSION ".dylib"
|
# define DSO_EXTENSION ".dylib"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -21,7 +21,6 @@
|
|||||||
'GHASH_ASM',
|
'GHASH_ASM',
|
||||||
'ECP_NISTZ256_ASM',
|
'ECP_NISTZ256_ASM',
|
||||||
'X25519_ASM',
|
'X25519_ASM',
|
||||||
'PADLOCK_ASM',
|
|
||||||
'POLY1305_ASM',
|
'POLY1305_ASM',
|
||||||
],
|
],
|
||||||
'openssl_cflags_darwin64-x86_64-cc': [
|
'openssl_cflags_darwin64-x86_64-cc': [
|
||||||
|
@ -728,7 +728,6 @@
|
|||||||
'GHASH_ASM',
|
'GHASH_ASM',
|
||||||
'ECP_NISTZ256_ASM',
|
'ECP_NISTZ256_ASM',
|
||||||
'X25519_ASM',
|
'X25519_ASM',
|
||||||
'PADLOCK_ASM',
|
|
||||||
'POLY1305_ASM',
|
'POLY1305_ASM',
|
||||||
],
|
],
|
||||||
'openssl_cflags_darwin64-x86_64-cc': [
|
'openssl_cflags_darwin64-x86_64-cc': [
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: darwin64-x86_64-cc"
|
#define PLATFORM "platform: darwin64-x86_64-cc"
|
||||||
#define DATE "built on: Thu May 2 20:26:56 2019 UTC"
|
#define DATE "built on: Wed Jun 12 20:54:05 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* WARNING: do not edit! */
|
/* WARNING: do not edit! */
|
||||||
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
||||||
/*
|
/*
|
||||||
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
|
* Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the OpenSSL license (the "License"). You may not use
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||||
* this file except in compliance with the License. You can obtain a copy
|
* this file except in compliance with the License. You can obtain a copy
|
||||||
@ -11,9 +11,7 @@
|
|||||||
|
|
||||||
#ifndef HEADER_DSO_CONF_H
|
#ifndef HEADER_DSO_CONF_H
|
||||||
# define HEADER_DSO_CONF_H
|
# define HEADER_DSO_CONF_H
|
||||||
|
|
||||||
# define DSO_DLFCN
|
# define DSO_DLFCN
|
||||||
# define HAVE_DLFCN_H
|
# define HAVE_DLFCN_H
|
||||||
# define DSO_EXTENSION ".dylib"
|
# define DSO_EXTENSION ".dylib"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: linux-aarch64"
|
#define PLATFORM "platform: linux-aarch64"
|
||||||
#define DATE "built on: Thu May 2 20:27:04 2019 UTC"
|
#define DATE "built on: Wed Jun 12 20:54:17 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* WARNING: do not edit! */
|
/* WARNING: do not edit! */
|
||||||
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
||||||
/*
|
/*
|
||||||
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
|
* Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the OpenSSL license (the "License"). You may not use
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||||
* this file except in compliance with the License. You can obtain a copy
|
* this file except in compliance with the License. You can obtain a copy
|
||||||
@ -11,9 +11,7 @@
|
|||||||
|
|
||||||
#ifndef HEADER_DSO_CONF_H
|
#ifndef HEADER_DSO_CONF_H
|
||||||
# define HEADER_DSO_CONF_H
|
# define HEADER_DSO_CONF_H
|
||||||
|
|
||||||
# define DSO_DLFCN
|
# define DSO_DLFCN
|
||||||
# define HAVE_DLFCN_H
|
# define HAVE_DLFCN_H
|
||||||
# define DSO_EXTENSION ".so"
|
# define DSO_EXTENSION ".so"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define PLATFORM "platform: linux-aarch64"
|
#define PLATFORM "platform: linux-aarch64"
|
||||||
#define DATE "built on: Thu May 2 20:27:06 2019 UTC"
|
#define DATE "built on: Wed Jun 12 20:54:20 2019 UTC"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate compiler_flags as an array of individual characters. This is a
|
* Generate compiler_flags as an array of individual characters. This is a
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* WARNING: do not edit! */
|
/* WARNING: do not edit! */
|
||||||
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
|
||||||
/*
|
/*
|
||||||
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
|
* Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Licensed under the OpenSSL license (the "License"). You may not use
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
||||||
* this file except in compliance with the License. You can obtain a copy
|
* this file except in compliance with the License. You can obtain a copy
|
||||||
@ -11,9 +11,7 @@
|
|||||||
|
|
||||||
#ifndef HEADER_DSO_CONF_H
|
#ifndef HEADER_DSO_CONF_H
|
||||||
# define HEADER_DSO_CONF_H
|
# define HEADER_DSO_CONF_H
|
||||||
|
|
||||||
# define DSO_DLFCN
|
# define DSO_DLFCN
|
||||||
# define HAVE_DLFCN_H
|
# define HAVE_DLFCN_H
|
||||||
# define DSO_EXTENSION ".so"
|
# define DSO_EXTENSION ".so"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user