aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public_key
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2011-03-08 16:29:32 +0100
committerIngela Anderton Andin <[email protected]>2011-03-08 16:29:32 +0100
commitdea83e25a671b0bc2661582c3227c1728d69bfea (patch)
treea6a757f95610ade74722b4da66d95cdde9fe4757 /lib/public_key
parentaa6c4cb76420b44fc57aaafc7d714171cea287ef (diff)
parent36f2e577590a357201f8fe6a546ce5fbf005a801 (diff)
downloadotp-dea83e25a671b0bc2661582c3227c1728d69bfea.tar.gz
otp-dea83e25a671b0bc2661582c3227c1728d69bfea.tar.bz2
otp-dea83e25a671b0bc2661582c3227c1728d69bfea.zip
Merge branch 'ia/public_key/doc/link-fix' into dev
* ia/public_key/doc/link-fix: Removed white space in function name tag as it breaks links
Diffstat (limited to 'lib/public_key')
-rw-r--r--lib/public_key/doc/src/public_key.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public_key/doc/src/public_key.xml b/lib/public_key/doc/src/public_key.xml
index 91e058f74e..81aedaea56 100644
--- a/lib/public_key/doc/src/public_key.xml
+++ b/lib/public_key/doc/src/public_key.xml
@@ -5,7 +5,7 @@
<header>
<copyright>
<year>2008</year>
- <year>2008</year>
+ <year>2011</year>
<holder>Ericsson AB, All Rights Reserved</holder>
</copyright>
<legalnotice>
@@ -258,7 +258,7 @@
</func>
<func>
- <name> pkix_decode_cert(Cert, otp|plain) -> #'Certificate'{} | #'OTPCertificate'{}</name>
+ <name>pkix_decode_cert(Cert, otp|plain) -> #'Certificate'{} | #'OTPCertificate'{}</name>
<fsummary> Decodes an asn1 der encoded pkix x509 certificate.</fsummary>
<type>
<v>Cert = der_encoded()</v>