make some header/source definitions consistent to fix build

This commit is contained in:
mcgreer%netscape.com 2001-07-19 20:40:42 +00:00
Родитель cbfec5d9f3
Коммит 017f25312f
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -32,7 +32,7 @@
*/
#ifdef DEBUG
static const char CVS_ID[] = "@(#) $RCSfile: atav.c,v $ $Revision: 1.1 $ $Date: 2000/03/31 19:16:16 $ $Name: $";
static const char CVS_ID[] = "@(#) $RCSfile: atav.c,v $ $Revision: 1.2 $ $Date: 2001/07/19 20:40:42 $ $Name: $";
#endif /* DEBUG */
/*
@ -1204,7 +1204,7 @@ nssATAV_CreateFromUTF8
return (NSSATAV *)NULL;
}
oidder = nssOID_GetDEREncoding(rv->oid, a);
oidder = nssOID_GetDEREncoding(rv->oid, (NSSDER *)NULL, a);
if( (NSSDER *)NULL == oidder ) {
(void)NSSArena_Destroy(a);
(void)nss_ZFreeIf(rv->value);

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

@ -35,7 +35,7 @@
#define PKI1_H
#ifdef DEBUG
static const char PKI1_CVS_ID[] = "@(#) $RCSfile: pki1.h,v $ $Revision: 1.1 $ $Date: 2000/03/31 19:16:24 $ $Name: $";
static const char PKI1_CVS_ID[] = "@(#) $RCSfile: pki1.h,v $ $Revision: 1.2 $ $Date: 2001/07/19 20:40:42 $ $Name: $";
#endif /* DEBUG */
/*
@ -235,7 +235,7 @@ extern const NSSError NSS_ERROR_INVALID_NSSOID;
*/
#ifdef DEBUG
NSS_EXTERN const char *
NSS_EXTERN const NSSUTF8 *
nssOID_getExplanation
(
NSSOID *oid