summaryrefslogtreecommitdiff
path: root/libcrypto/build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-12-14 17:35:27 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-12-14 17:35:27 +0300
commitb56236b58b3f5b798cacebecca57cd6d34658587 (patch)
tree016bdd78e360df5803aefec652b41ecf8f913115 /libcrypto/build
parentf77f1f8554862fe4d0f7f4c032dfa23744de9063 (diff)
Release version 1.1.1+12v1.1.1+12
Upgrade to 1.1.1i Add symlink attribute for symbolic links that refer to upstream subdirectories Make the .map and .def files prerequisites of the libs type target Canonicalize the license in the package manifests Load the c.config module rather than c in openssl/tests/build/root.build
Diffstat (limited to 'libcrypto/build')
-rw-r--r--libcrypto/build/bootstrap.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrypto/build/bootstrap.build b/libcrypto/build/bootstrap.build
index 7e94071..8fca9f0 100644
--- a/libcrypto/build/bootstrap.build
+++ b/libcrypto/build/bootstrap.build
@@ -27,7 +27,7 @@ using dist
#
# There is no way to deduce the ABI version from the release version, so we
# obtain it from the SHLIB_VERSION_NUMBER macro definition in
-# ../libcrypto/openssl/opensslv.h.
+# ../libcrypto/include/openssl/opensslv.h.
#
if ($version.major == 1 && $version.minor == 1 && $version.patch == 1)
abi_version = '1.1'