From bd73937e5c2e18b7516dfaf3986e9c8dccf65f65 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 21 Oct 2021 16:58:03 +0300 Subject: Release version 1.1.1+15 Upgrade to 1.1.1l Add support for arm64 architecture for MacOS Cleanup comments in headers --- libcrypto/libcrypto/downstream/openssl/opensslconf.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'libcrypto/libcrypto/downstream/openssl/opensslconf.h') diff --git a/libcrypto/libcrypto/downstream/openssl/opensslconf.h b/libcrypto/libcrypto/downstream/openssl/opensslconf.h index e9eb1cb..ffb128e 100644 --- a/libcrypto/libcrypto/downstream/openssl/opensslconf.h +++ b/libcrypto/libcrypto/downstream/openssl/opensslconf.h @@ -5,16 +5,14 @@ #ifndef LIBCRYPTO_DOWNSTREAM_OPENSSL_OPENSSLCONF_H #define LIBCRYPTO_DOWNSTREAM_OPENSSL_OPENSSLCONF_H -/* - * Define OPENSSL_PIC and {L|B}_ENDIAN macros (that upstream defines on the +/* Define OPENSSL_PIC and {L|B}_ENDIAN macros (that upstream defines on the * command line via -D) if we are building libcrypto (see ../../buildfile for * details). */ #ifdef LIBCRYPTO_BUILD # define OPENSSL_PIC -/* - * Endianess. +/* Endianess. */ # ifdef __FreeBSD__ # include /* BYTE_ORDER */ @@ -46,8 +44,7 @@ # endif #endif -/* - * Include upstream's auto-generated platform-specific opensslconf.h. +/* Include upstream's auto-generated platform-specific opensslconf.h. */ #include -- cgit v1.1