Uprating of the passphrase pixie.
[u/mdw/catacomb] / gkcdsa.c
index 433a158..a67ab0d 100644 (file)
--- a/gkcdsa.c
+++ b/gkcdsa.c
@@ -37,9 +37,9 @@
 
 /*----- Main code ---------------------------------------------------------*/
 
-/* --- @gdsa_beginhash@ --- *
+/* --- @gkcdsa_beginhash@ --- *
  *
- * Arguments:  @const gdsa *c@ = pointer to the context structure
+ * Arguments:  @const gkcdsa *c@ = pointer to the context structure
  *
  * Returns:    A hashing context for you to hash the message.
  *
@@ -72,7 +72,7 @@ ghash *gkcdsa_beginhash(const gkcdsa *c)
  *             isn't finalized.
  */
 
-void gkcdsa_endhash(gkcdsa *c, ghash *h) { ; }
+void gkcdsa_endhash(const gkcdsa *c, ghash *h) { ; }
 
 /* --- @hashge@ --- *
  *