aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mnesia
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2016-11-24 10:11:13 +0100
committerBjörn Gustavsson <[email protected]>2016-12-02 13:19:58 +0100
commite30294f44d02200c20a80f1a3a2bb075afc3747d (patch)
tree8e021ec4ef75a34efc165af79b1d483429451999 /lib/mnesia
parent25aa0128340d819e85e641f0ef8b9e0fd5fdda0b (diff)
downloadotp-e30294f44d02200c20a80f1a3a2bb075afc3747d.tar.gz
otp-e30294f44d02200c20a80f1a3a2bb075afc3747d.tar.bz2
otp-e30294f44d02200c20a80f1a3a2bb075afc3747d.zip
configure.in: Fix configure test for usable OpenSSL
In OpenSSL 1.1.0, HMAC_CTX no longer has a complete definition, and can no longer be allocated as a stack variable. Therefore, the code in the configure test for usable OpenSSL library will not compile. Call the HMAC() function instead since it exists in all versions of of OpenSSL that we support. Note that the code will only be compiled and linked, not run, so the argument values don't matter as long as they have the correct type.
Diffstat (limited to 'lib/mnesia')
0 files changed, 0 insertions, 0 deletions