From bcb070e59279c6ce4ab9fbc8c6f7350a513144c2 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 30 Apr 2020 22:21:59 +0300 Subject: Release version 1.1.1+11 Upgrade to 1.1.1g --- libcrypto/libcrypto/downstream/crypto/buildinf.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libcrypto/libcrypto/downstream/crypto/buildinf.h (limited to 'libcrypto/libcrypto/downstream/crypto/buildinf.h') diff --git a/libcrypto/libcrypto/downstream/crypto/buildinf.h b/libcrypto/libcrypto/downstream/crypto/buildinf.h new file mode 100644 index 0000000..938b93f --- /dev/null +++ b/libcrypto/libcrypto/downstream/crypto/buildinf.h @@ -0,0 +1,14 @@ +/* file : libcrypto/downstream/crypto/buildinf.h -*- C -*- + * license : OpenSSL and SSLeay Licenses; see accompanying LICENSE file + */ + +/* + * Replace upstream's auto-generated buildinf.h with our own auto-generated + * version of it. Note that upstream source files include it as follows: + * + * #include "buildinf.h" + * + * We proxy the inclusion for the headers auto-generating machinery to work + * properly. + */ +#include -- cgit v1.1