From 01a66582b578383a6f65665c71ff43bdd15c3978 Mon Sep 17 00:00:00 2001 From: mdw Date: Fri, 16 May 2003 09:42:03 +0000 Subject: [PATCH] Declare @pss_preverify@ instead of repeating @pss_resign@. --- pss.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pss.h b/pss.h index 426db3e..32928e4 100644 --- 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@ --- * * -- 2.11.0