diff options
author | Ingela Anderton Andin <[email protected]> | 2017-11-13 11:49:46 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2017-11-13 11:49:46 +0100 |
commit | 32460151e9f4361425bae669cb1d58c8074a39b6 (patch) | |
tree | d1ba22f607949eed8928da1d58a5eb1def5432c0 | |
parent | 3fb3067d953f8be9fe66d3a6687a86be2e8d2f3f (diff) | |
parent | 7b7b85f81755e34eaf0f5d39b4143b77b062e541 (diff) | |
download | otp-32460151e9f4361425bae669cb1d58c8074a39b6.tar.gz otp-32460151e9f4361425bae669cb1d58c8074a39b6.tar.bz2 otp-32460151e9f4361425bae669cb1d58c8074a39b6.zip |
Merge branch 'ingela/ssl/doc-link-fix' into maint
* ingela/ssl/doc-link-fix:
ssl: Fix broken link in doc
-rw-r--r-- | lib/ssl/doc/src/ssl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml index bda8e8ec7d..ac5a69c69b 100644 --- a/lib/ssl/doc/src/ssl.xml +++ b/lib/ssl/doc/src/ssl.xml @@ -208,7 +208,7 @@ engine := crypto:engine_ref(), key_id := crypto:key_id(), password => crypto:password()}</c></tag> <item><p>The DER-encoded user's private key or a map refering to a crypto engine and its key reference that optionally can be password protected, - seealso <seealso marker="crypto:engine_load-4"> crypto:engine_load/4 + seealso <seealso marker="crypto:crypto#engine_load-4"> crypto:engine_load/4 </seealso> and <seealso marker="crypto:engine_load"> Crypto's Users Guide</seealso>. If this option is supplied, it overrides option <c>keyfile</c>.</p></item> |