disapproval of revision '79b9e1cc76f4c243b2c1e2b32669076cbb405304' soc.2007.certmgr

Thu, 21 Jun 2007 22:53:54 +0000

author
William Ehlhardt <williamehlhardt@gmail.com>
date
Thu, 21 Jun 2007 22:53:54 +0000
branch
soc.2007.certmgr
changeset 18453
d41dfcdffd1d
parent 18452
79b9e1cc76f4
child 18454
9a56a88152b9

disapproval of revision '79b9e1cc76f4c243b2c1e2b32669076cbb405304'

libpurple/certificate.h file | annotate | diff | comparison | revisions
--- 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                                    */
 /*****************************************************************************/

mercurial