#include "system.h"
#include <rpmcli.h>
#include "rpmlead.h"
#include "signature.h"
#include "misc.h"
#include "debug.h"
Go to the source code of this file.
Functions | |
| static int | manageFile (FD_t *fdp, const char **fnp, int flags, int rc) |
| static int | copyFile (FD_t *sfdp, const char **sfnp, FD_t *tfdp, const char **tfnp) |
| int | rpmReSign (rpmResignFlags flags, char *passPhrase, const char **argv) |
| Create/modify elements in signature header. | |
| int | rpmCheckSig (rpmCheckSigFlags flags, const char **argv) |
| Check elements in signature header. | |
Definition in file rpmchecksig.c.
Definition at line 72 of file rpmchecksig.c.
| static int manageFile | ( | FD_t * | fdp, | |
| const char ** | fnp, | |||
| int | flags, | |||
| int | rc | |||
| ) | [static] |
Definition at line 18 of file rpmchecksig.c.
1.5.6