diff options
author | root <devnull@localhost> | 1996-07-12 19:27:34 +0000 |
---|---|---|
committer | root <devnull@localhost> | 1996-07-12 19:27:34 +0000 |
commit | 2e4837fb6d5bc329c1a0dda2f12d3f5049a6f6bd (patch) | |
tree | caf2efd5368db2c4637f1cd8e8a988091e2261c6 /lib/signature.h | |
parent | ebc8ff6e5798965524ccee5e7de54ecb8ce7e974 (diff) | |
download | librpm-tizen-2e4837fb6d5bc329c1a0dda2f12d3f5049a6f6bd.tar.gz librpm-tizen-2e4837fb6d5bc329c1a0dda2f12d3f5049a6f6bd.tar.bz2 librpm-tizen-2e4837fb6d5bc329c1a0dda2f12d3f5049a6f6bd.zip |
add stuff for missing PGP keys
CVS patchset: 800
CVS date: 1996/07/12 19:27:34
Diffstat (limited to 'lib/signature.h')
-rw-r--r-- | lib/signature.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/signature.h b/lib/signature.h index 07038bc8a..a583a3da8 100644 --- a/lib/signature.h +++ b/lib/signature.h @@ -45,6 +45,7 @@ #define RPMSIG_OK 0 #define RPMSIG_UNKNOWN 1 #define RPMSIG_BAD 2 +#define RPMSIG_NOKEY 3 /* Do not have the key to check this signature */ /**************************************************/ /* */ |