From: root Date: Tue, 20 Feb 1996 06:01:30 +0000 (+0000) Subject: passPhrase is arg to makeSignature() X-Git-Tag: tznext/4.11.0.1.tizen20130304~11610 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=68e87d3653bdd334afc2ff1b9e3a6ae0e09f75ee;p=tools%2Flibrpm-tizen.git passPhrase is arg to makeSignature() CVS patchset: 350 CVS date: 1996/02/20 06:01:30 --- diff --git a/lib/signature.h b/lib/signature.h index d4249d9..ae02aad 100644 --- a/lib/signature.h +++ b/lib/signature.h @@ -9,7 +9,7 @@ int readSignature(int fd, short sig_type, void **sig); /* Generate a signature of data in file, write it to ofd */ -int makeSignature(char *file, short sig_type, int ofd); +int makeSignature(char *file, short sig_type, int ofd, char *passPhrase); /* Verify data on fd with sig. */ /* If result is not NULL, fill it with status info. */