From e2dfa4f2d4f643ff2c47adfc8ae6b4b700c62b8b Mon Sep 17 00:00:00 2001 From: jbj Date: Fri, 19 Oct 2001 19:51:18 +0000 Subject: - beecrypt is at least as good as pgp/gpg on verify, pull the plug. CVS patchset: 5124 CVS date: 2001/10/19 19:51:18 --- lib/signature.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'lib/signature.h') diff --git a/lib/signature.h b/lib/signature.h index 83856e3c4..1c70ce9b8 100644 --- a/lib/signature.h +++ b/lib/signature.h @@ -55,7 +55,7 @@ Header rpmNewSignature(void) */ rpmRC rpmReadSignature(FD_t fd, /*@null@*/ /*@out@*/ Header *headerp, sigType sig_type) - /*@globals fileSystem@*/ + /*@globals fileSystem @*/ /*@modifies fd, *headerp, fileSystem @*/; /** \ingroup signature @@ -65,7 +65,7 @@ rpmRC rpmReadSignature(FD_t fd, /*@null@*/ /*@out@*/ Header *headerp, * @return 0 on success, 1 on error */ int rpmWriteSignature(FD_t fd, Header h) - /*@globals fileSystem@*/ + /*@globals fileSystem @*/ /*@modifies fd, h, fileSystem @*/; /** \ingroup signature @@ -74,8 +74,8 @@ int rpmWriteSignature(FD_t fd, Header h) int rpmAddSignature(Header h, const char * file, int_32 sigTag, /*@null@*/ const char * passPhrase) /*@globals rpmGlobalMacroContext, - fileSystem@*/ - /*@modifies h, fileSystem @*/; + fileSystem @*/ + /*@modifies h, rpmGlobalMacroContext, fileSystem @*/; /******************************************************************/ @@ -89,15 +89,15 @@ int rpmAddSignature(Header h, const char * file, */ int rpmLookupSignatureType(int action) /*@globals rpmGlobalMacroContext, - internalState@*/ - /*@modifies internalState @*/; + internalState @*/ + /*@modifies rpmGlobalMacroContext, internalState @*/; /** \ingroup signature * Read a pass phrase from the user. */ /*@null@*/ char * rpmGetPassPhrase(const char *prompt, const int sigTag) /*@globals rpmGlobalMacroContext, - fileSystem@*/ + fileSystem @*/ /*@modifies rpmGlobalMacroContext, fileSystem @*/; @@ -108,7 +108,7 @@ int rpmLookupSignatureType(int action) /*@null@*/ const char * rpmDetectPGPVersion( /*@null@*/ /*@out@*/ pgpVersion * pgpVer) /*@globals rpmGlobalMacroContext @*/ - /*@modifies *pgpVer @*/; + /*@modifies *pgpVer, rpmGlobalMacroContext @*/; /*@=exportlocal =redecl@*/ #ifdef __cplusplus -- cgit v1.2.3