summaryrefslogtreecommitdiff
path: root/include/rpm/rpmpgp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rpm/rpmpgp.h')
-rw-r--r--include/rpm/rpmpgp.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/rpm/rpmpgp.h b/include/rpm/rpmpgp.h
index 299706adc..7e0daf5ab 100644
--- a/include/rpm/rpmpgp.h
+++ b/include/rpm/rpmpgp.h
@@ -1027,6 +1027,8 @@ int pgpPrtParamsSubkeys(const uint8_t *pkts, size_t pktlen,
int *subkeysCount);
/** \ingroup rpmpgp
* Print/parse a OpenPGP packet(s).
+ * @deprecated Obsolete, do not use.
+ *
* @param pkts OpenPGP packet(s)
* @param pktlen OpenPGP packet(s) length (no. of bytes)
* @param[out] dig parsed output of signature/pubkey packet parameters
@@ -1078,18 +1080,24 @@ char * pgpArmorWrap(int atype, const unsigned char * s, size_t ns);
/** \ingroup rpmpgp
* Create a container for parsed OpenPGP packet(s).
+ * @deprecated Obsolete, do not use.
+ *
* @return container
*/
pgpDig pgpNewDig(void);
/** \ingroup rpmpgp
* Release (malloc'd) data from container.
+ * @deprecated Obsolete, do not use.
+ *
* @param dig container
*/
void pgpCleanDig(pgpDig dig);
/** \ingroup rpmpgp
* Destroy a container for parsed OpenPGP packet(s).
+ * @deprecated Obsolete, do not use.
+ *
* @param dig container
* @return NULL always
*/