Declare @pss_preverify@ instead of repeating @pss_resign@.
authormdw <mdw>
Fri, 16 May 2003 09:42:03 +0000 (09:42 +0000)
committermdw <mdw>
Fri, 16 May 2003 09:42:03 +0000 (09:42 +0000)
pss.h

diff --git a/pss.h b/pss.h
index 426db3e..32928e4 100644 (file)
--- a/pss.h
+++ b/pss.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: pss.h,v 1.1 2000/07/20 20:13:38 mdw Exp $
+ * $Id: pss.h,v 1.2 2003/05/16 09:42:03 mdw Exp $
  *
  * Probabistic signature scheme
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: pss.h,v $
+ * Revision 1.2  2003/05/16 09:42:03  mdw
+ * Declare @pss_preverify@ instead of repeating @pss_resign@.
+ *
  * Revision 1.1  2000/07/20 20:13:38  mdw
  * Added Bellare and Rogaway's PSS encoding for RSA signatures.
  *
@@ -142,7 +145,7 @@ extern int pss_decode(const void */*buf*/, size_t /*sz*/,
  *             left it.
  */
 
-extern ghash *pss_presign(pss */*pp*/);
+extern ghash *pss_preverify(pss */*pp*/);
 
 /* --- @pss_done@ --- *
  *