diff options
author | Hans Nilsson <[email protected]> | 2017-11-10 16:19:36 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-11-20 15:49:08 +0100 |
commit | 223b6a3f4d53f7d5b5d0b9756c1eec4a5b8c862b (patch) | |
tree | 2e6beaaccc1d2eb022360b8965ebc1729b01e0b7 /lib/crypto/doc/src/crypto.xml | |
parent | bab7b1aba04209c90d15be7147cc3524ae6964f5 (diff) | |
download | otp-223b6a3f4d53f7d5b5d0b9756c1eec4a5b8c862b.tar.gz otp-223b6a3f4d53f7d5b5d0b9756c1eec4a5b8c862b.tar.bz2 otp-223b6a3f4d53f7d5b5d0b9756c1eec4a5b8c862b.zip |
crypto: Engine stored keys doc
Diffstat (limited to 'lib/crypto/doc/src/crypto.xml')
-rw-r--r-- | lib/crypto/doc/src/crypto.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml index 8e2d33c928..dbc42812a8 100644 --- a/lib/crypto/doc/src/crypto.xml +++ b/lib/crypto/doc/src/crypto.xml @@ -136,11 +136,12 @@ See also <seealso marker="#supports-0">crypto:supports/0</seealso> </p> + <marker id="engine_key_ref_type"/> <code>engine_key_ref() = #{engine := engine_ref(), key_id := key_id(), password => password()}</code> - <code>engine_key_ref() = term()</code> + <code>engine_ref() = term()</code> <p>The result of a call to <seealso marker="#engine_load-3">engine_load/3</seealso>. </p> |