diff options
author | Sverker Eriksson <[email protected]> | 2012-08-20 15:30:18 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2012-08-22 14:00:43 +0200 |
commit | 0c692262d9be40ba1d2565ee5f663c70e9c630b1 (patch) | |
tree | 37ecdc419ce7d5d00e068a0a73e5906ae9d8ba80 /lib/public_key/doc | |
parent | 18581081644018b4a77234f68b6c67e789bc943b (diff) | |
download | otp-0c692262d9be40ba1d2565ee5f663c70e9c630b1.tar.gz otp-0c692262d9be40ba1d2565ee5f663c70e9c630b1.tar.bz2 otp-0c692262d9be40ba1d2565ee5f663c70e9c630b1.zip |
public_key: Fix documentation typo
dsa -> dss
Diffstat (limited to 'lib/public_key/doc')
-rw-r--r-- | lib/public_key/doc/src/public_key.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/public_key/doc/src/public_key.xml b/lib/public_key/doc/src/public_key.xml index 2d455e4e15..5c227557f2 100644 --- a/lib/public_key/doc/src/public_key.xml +++ b/lib/public_key/doc/src/public_key.xml @@ -400,10 +400,10 @@ <d>The msg is either the binary "plain text" data to be signed or it is the hashed value of "plain text" i.e. the digest.</d> - <v>DigestType = rsa_digest_type() | dsa_digest_type()</v> + <v>DigestType = rsa_digest_type() | dss_digest_type()</v> <v>Key = rsa_private_key() | dsa_private_key()</v> - </type> - <desc> + </type> + <desc> <p> Creates a digital signature.</p> </desc> </func> @@ -464,7 +464,7 @@ <v>Msg = binary() | {digest,binary()}</v> <d>The msg is either the binary "plain text" data or it is the hashed value of "plain text" i.e. the digest.</d> - <v>DigestType = rsa_digest_type() | dsa_digest_type()</v> + <v>DigestType = rsa_digest_type() | dss_digest_type()</v> <v>Signature = binary()</v> <v>Key = rsa_public_key() | dsa_public_key()</v> </type> |