From b7c25b0befd789b6bb1bc1393a04c8e70c36dfba Mon Sep 17 00:00:00 2001 From: jbj Date: Sat, 29 Sep 2001 17:44:45 +0000 Subject: - create RFC-2440 OpenPGP API in rpmio. - display signature packets before exec'ing gpg/pgp when verifying. CVS patchset: 5090 CVS date: 2001/09/29 17:44:45 --- beecrypt/sha256.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'beecrypt/sha256.h') diff --git a/beecrypt/sha256.h b/beecrypt/sha256.h index 8d49b27f7..7e8626261 100644 --- a/beecrypt/sha256.h +++ b/beecrypt/sha256.h @@ -48,14 +48,13 @@ extern "C" { */ /*@observer@*/ /*@checkedstrict@*/ extern BEEDLLAPI const hashFunction sha256; +/*@-exportlocal@*/ /** \ingroup HASH_sha256_m */ -/*@-exportlocal@*/ BEEDLLAPI void sha256Process(sha256Param* p) /*@globals internalState @*/ /*@modifies p, internalState @*/; -/*@=exportlocal@*/ /** \ingroup HASH_sha256_m */ @@ -76,6 +75,7 @@ BEEDLLAPI int sha256Digest (sha256Param* p, /*@out@*/ uint32* data) /*@globals internalState @*/ /*@modifies p, data, internalState @*/; +/*@=exportlocal@*/ #ifdef __cplusplus } -- cgit v1.2.3