summaryrefslogtreecommitdiff
path: root/dsa.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2010-07-24 22:58:33 +0200
committerNiels Möller <nisse@lysator.liu.se>2010-07-24 22:58:33 +0200
commita759ec8207f15e0cd9769b0e87f29c488a09697a (patch)
treeadb26aaaa66afd0b2e1bed9c4db7bbd50dbde447 /dsa.h
parente25fc52c646adb04a852f09becdfcd990dc5bcda (diff)
downloadnettle-a759ec8207f15e0cd9769b0e87f29c488a09697a.tar.gz
Comment fix.
Rev: nettle/dsa.h:1.7
Diffstat (limited to 'dsa.h')
-rw-r--r--dsa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dsa.h b/dsa.h
index f55b4b13..412178b4 100644
--- a/dsa.h
+++ b/dsa.h
@@ -114,7 +114,7 @@ struct dsa_signature
* sha1_update
*
* Create the signature by calling
- * dsa_sign
+ * dsa_sha1_sign
*
* The signature is represented as a struct dsa_signature. This call also
* resets the hashing context.