Mercurial > pidgin
changeset 18933:6ed0cfe57453
disapproval of revision 'e2dc62de3f75a0206694f16b62b58dd12e062829'
author | William Ehlhardt <williamehlhardt@gmail.com> |
---|---|
date | Thu, 21 Jun 2007 22:53:54 +0000 |
parents | d0d88bd477c1 |
children | 04be1b885ef3 |
files | libpurple/certificate.h |
diffstat | 1 files changed, 0 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/certificate.h Thu Jun 21 22:53:39 2007 +0000 +++ b/libpurple/certificate.h Thu Jun 21 22:53:54 2007 +0000 @@ -46,7 +46,6 @@ typedef struct _PurpleCertificateScheme PurpleCertificateScheme; typedef struct _PurpleCertificateVerifier PurpleCertificateVerifier; typedef struct _PurpleCertificateVerificationRequest PurpleCertificateVerificationRequest; -typedef struct _PurpleCertificatePiece PurpleCertificatePiece; /** A certificate instance * @@ -149,18 +148,6 @@ gpointer *data; }; -/** - * Tuple of data for human-readable display of certificate properties - * - * You should not be using this for actual verification purposes - */ -struct _PurpleCertificatePiece -{ - gchar *name; /**< Internal name, i.e. "sha1sum" */ - gchar *value; /**< Value of this element - Must be human-readable */ -}; - /*****************************************************************************/ /** @name PurpleCertificate Subsystem API */ /*****************************************************************************/