diff options
author | Fredrik Gustafsson <[email protected]> | 2013-10-10 14:18:20 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-10-10 14:18:20 +0200 |
commit | f166e4e4e6ae34e5760c572cd22ecfca80e22724 (patch) | |
tree | ac15176e92515af295c2a0f43ab2a05553d32bfc /lib/public_key | |
parent | 59273a5b823e9f09933e245d0b2d54a324e4f40a (diff) | |
parent | ad0e13a4e535a22db786c5f4ae24dfe220b959e4 (diff) | |
download | otp-f166e4e4e6ae34e5760c572cd22ecfca80e22724.tar.gz otp-f166e4e4e6ae34e5760c572cd22ecfca80e22724.tar.bz2 otp-f166e4e4e6ae34e5760c572cd22ecfca80e22724.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/public_key')
-rw-r--r-- | lib/public_key/doc/src/using_public_key.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public_key/doc/src/using_public_key.xml b/lib/public_key/doc/src/using_public_key.xml index 267a76ab65..450bd7e35f 100644 --- a/lib/public_key/doc/src/using_public_key.xml +++ b/lib/public_key/doc/src/using_public_key.xml @@ -350,7 +350,7 @@ ok</code> <p> or </p> - <code>1> PemBin = public_key:pem_entry_encode('SubjectPublicKeyInfo', RSAPubKey). + <code>1> PemEntry = public_key:pem_entry_encode('SubjectPublicKeyInfo', RSAPubKey). {'SubjectPublicKeyInfo', <<48,92...>>, not_encrypted} 2> PemBin = public_key:pem_encode([PemEntry]). |