diff options
author | Sverker Eriksson <[email protected]> | 2012-11-28 10:29:43 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2012-12-04 18:14:51 +0100 |
commit | e2de6663aec09c401d4b13e770a311c50fe69f88 (patch) | |
tree | 5fd4ec68b9538a029d87b2ab2aa869c41ad90b12 /lib/crypto/doc/src | |
parent | 2138eb4db5b879344703e48f2e2e7d692b904ca2 (diff) | |
download | otp-e2de6663aec09c401d4b13e770a311c50fe69f88.tar.gz otp-e2de6663aec09c401d4b13e770a311c50fe69f88.tar.bz2 otp-e2de6663aec09c401d4b13e770a311c50fe69f88.zip |
crypto: Let info_lib return header version instead of lib version
Diffstat (limited to 'lib/crypto/doc/src')
-rw-r--r-- | lib/crypto/doc/src/crypto.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml index 433c02b733..3e533158c8 100644 --- a/lib/crypto/doc/src/crypto.xml +++ b/lib/crypto/doc/src/crypto.xml @@ -115,6 +115,12 @@ Mpint() = <![CDATA[<<ByteLen:32/integer-big, Bytes:ByteLen/binary>>]]> > <input>info_lib().</input> [{<<"OpenSSL">>,9469983,<<"OpenSSL 0.9.8a 11 Oct 2005">>}] </pre> + <note><p> + From OTP R16 the <em>numeric version</em> represents the version of the OpenSSL + <em>header files</em> (<c>openssl/opensslv.h</c>) used when crypto was compiled. + The text variant represents the OpenSSL library used at runtime. + In earlier OTP versions both numeric and text was taken from the library. + </p></note> </desc> </func> <func> |