diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-07-10 10:47:35 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-07-10 10:47:35 +0300 |
commit | fbf324936b2fcc876da545720c7d1c2240c24f07 (patch) | |
tree | 30bdf4d07017cb379e3b70801fb46f8d7c1acc80 /rpmio | |
parent | f1b4f7590b9170e04636a66b92888163fc7cac9b (diff) | |
download | librpm-tizen-fbf324936b2fcc876da545720c7d1c2240c24f07.tar.gz librpm-tizen-fbf324936b2fcc876da545720c7d1c2240c24f07.tar.bz2 librpm-tizen-fbf324936b2fcc876da545720c7d1c2240c24f07.zip |
#ifdef out unused pgpSecret* definitions to shut up compiler warnings.
Diffstat (limited to 'rpmio')
-rw-r--r-- | rpmio/rpmpgp.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rpmio/rpmpgp.c b/rpmio/rpmpgp.c index 8ffcd5420..fa42a996f 100644 --- a/rpmio/rpmpgp.c +++ b/rpmio/rpmpgp.c @@ -579,6 +579,7 @@ static const char * pgpPublicRSA[] = { NULL, }; +#ifdef NOTYET /*@observer@*/ /*@unchecked@*/ static const char * pgpSecretRSA[] = { " d =", @@ -587,6 +588,7 @@ static const char * pgpSecretRSA[] = { " u =", NULL, }; +#endif /*@observer@*/ /*@unchecked@*/ static const char * pgpPublicDSA[] = { @@ -597,11 +599,13 @@ static const char * pgpPublicDSA[] = { NULL, }; +#ifdef NOTYET /*@observer@*/ /*@unchecked@*/ static const char * pgpSecretDSA[] = { " x =", NULL, }; +#endif /*@observer@*/ /*@unchecked@*/ static const char * pgpPublicELGAMAL[] = { @@ -611,11 +615,13 @@ static const char * pgpPublicELGAMAL[] = { NULL, }; +#ifdef NOTYET /*@observer@*/ /*@unchecked@*/ static const char * pgpSecretELGAMAL[] = { " x =", NULL, }; +#endif /*@=varuse =readonlytrans @*/ static const byte * pgpPrtPubkeyParams(byte pubkey_algo, |