diff options
Diffstat (limited to 'libcrypto/build/bootstrap.build')
-rw-r--r-- | libcrypto/build/bootstrap.build | 2 |
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' |