Fix for 172678 - move internal functions InitCRLCache and ShutdownCRLCache to private header certi.h

This commit is contained in:
jpierre%netscape.com 2002-10-05 02:24:25 +00:00
Родитель 9bb75e0bbe
Коммит d1ffbcafb9
4 изменённых файлов: 8 добавлений и 6 удалений

Просмотреть файл

@ -34,7 +34,7 @@
/*
* cert.h - public data structures and prototypes for the certificate library
*
* $Id: cert.h,v 1.24 2002/10/03 04:01:34 wtc%netscape.com Exp $
* $Id: cert.h,v 1.25 2002/10/05 02:24:23 jpierre%netscape.com Exp $
*/
#ifndef _CERT_H_
@ -1444,9 +1444,6 @@ CERT_SPKDigestValueForCert(PRArenaPool *arena, CERTCertificate *cert,
extern SECStatus CERT_GetCertType(CERTCertificate *cert);
SECStatus InitCRLCache(void);
SECStatus ShutdownCRLCache(void);
SECStatus CERT_CheckCRL(CERTCertificate* cert, CERTCertificate* issuer,
SECItem* dp, int64 t, void* wincx);

Просмотреть файл

@ -33,7 +33,7 @@
/*
* certi.h - private data structures for the certificate library
*
* $Id: certi.h,v 1.6 2002/09/11 01:08:06 jpierre%netscape.com Exp $
* $Id: certi.h,v 1.7 2002/10/05 02:24:23 jpierre%netscape.com Exp $
*/
#ifndef _CERTI_H_
#define _CERTI_H_
@ -179,5 +179,8 @@ struct CRLCacheStr {
PLHashTable* issuers;
};
SECStatus InitCRLCache(void);
SECStatus ShutdownCRLCache(void);
#endif /* _CERTI_H_ */

Просмотреть файл

@ -42,6 +42,7 @@ PRIVATE_EXPORTS = \
genname.h \
xconst.h \
certxutl.h \
certi.h \
$(NULL)
MODULE = nss

Просмотреть файл

@ -32,7 +32,7 @@
* may use your version of this file under either the MPL or the
* GPL.
*
# $Id: nssinit.c,v 1.56 2002/10/01 00:46:20 relyea%netscape.com Exp $
# $Id: nssinit.c,v 1.57 2002/10/05 02:24:25 jpierre%netscape.com Exp $
*/
#include <ctype.h>
@ -51,6 +51,7 @@
#include "pk11func.h"
#include "pki3hack.h"
#include "certi.h"
/*
* On Windows nss3.dll needs to export the symbol 'mktemp' to be