rpms/crypto-utils/devel pemutil.c,1.2,1.3

Elio Maldonado (emaldonado) fedora-extras-commits at redhat.com
Tue Jun 3 19:54:55 UTC 2008


Author: emaldonado

Update of /cvs/extras/rpms/crypto-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18715

Modified Files:
	pemutil.c 
Log Message:
No longer need to declare CERT_NewTempCertificate


Index: pemutil.c
===================================================================
RCS file: /cvs/extras/rpms/crypto-utils/devel/pemutil.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pemutil.c	3 May 2008 22:54:55 -0000	1.2
+++ pemutil.c	3 Jun 2008 19:54:09 -0000	1.3
@@ -80,16 +80,6 @@
 #include <base64.h>
 #include <assert.h>
 
-/* TODO: When CERT_NewTempCertificate becomes public in NSS 3.12
- * remove this extern declaration and the following #define.
- */
-extern CERTCertificate *
-__CERT_NewTempCertificate(CERTCertDBHandle *handle, SECItem *derCert,
-              char *nickname, PRBool isperm, PRBool copyDER);
-
-#define CERT_NewTempCertificate __CERT_NewTempCertificate
-
-
 #define TIME_BUF_SIZE 100
 
 /* decode a SECItem containing either a SEC_ASN1_GENERALIZED_TIME 




More information about the fedora-extras-commits mailing list