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/bn_conf.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libcrypto/libcrypto/downstream/crypto/bn_conf.h (limited to 'libcrypto/libcrypto/downstream/crypto/bn_conf.h') diff --git a/libcrypto/libcrypto/downstream/crypto/bn_conf.h b/libcrypto/libcrypto/downstream/crypto/bn_conf.h new file mode 100644 index 0000000..e56ebf1 --- /dev/null +++ b/libcrypto/libcrypto/downstream/crypto/bn_conf.h @@ -0,0 +1,13 @@ +/* file : libcrypto/downstream/crypto/bn_conf.h -*- C -*- + * license : OpenSSL and SSLeay Licenses; see accompanying LICENSE file + */ + +#ifndef LIBCRYPTO_DOWNSTREAM_CRYPTO_BN_CONF_H +#define LIBCRYPTO_DOWNSTREAM_CRYPTO_BN_CONF_H + +/* + * Include upstream's auto-generated platform-specific bn_conf.h. + */ +#include + +#endif /* LIBCRYPTO_DOWNSTREAM_CRYPTO_BN_CONF_H */ -- cgit v1.1