summaryrefslogtreecommitdiff
path: root/libcrypto/libcrypto/downstream/openssl/opensslconf.h
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-10-21 16:58:03 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-10-21 16:58:03 +0300
commitbd73937e5c2e18b7516dfaf3986e9c8dccf65f65 (patch)
treea5b4ce18c891731920f66c69253d7775221a5866 /libcrypto/libcrypto/downstream/openssl/opensslconf.h
parent2e7506efa1f1015e9fd965b85c934cf3bc3014f9 (diff)
Release version 1.1.1+15v1.1.1+15
Upgrade to 1.1.1l Add support for arm64 architecture for MacOS Cleanup comments in headers
Diffstat (limited to 'libcrypto/libcrypto/downstream/openssl/opensslconf.h')
-rw-r--r--libcrypto/libcrypto/downstream/openssl/opensslconf.h9
1 files changed, 3 insertions, 6 deletions
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 <sys/endian.h> /* 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 <openssl/opensslconf/platform.h>