| Index: nss/lib/certdb/cert.h
|
| diff --git a/nss/lib/certdb/cert.h b/nss/lib/certdb/cert.h
|
| index 1d4fe9c9ff304db133aeaa610ec0a17e12890551..4ebdf33649b9c7b9d6a4e3e6054b7bd9b16c3ba8 100644
|
| --- a/nss/lib/certdb/cert.h
|
| +++ b/nss/lib/certdb/cert.h
|
| @@ -79,13 +79,6 @@ extern CERTRDN *CERT_CreateRDN(PLArenaPool *arena, CERTAVA *avas, ...);
|
| extern SECStatus CERT_CopyRDN(PLArenaPool *arena, CERTRDN *dest, CERTRDN *src);
|
|
|
| /*
|
| -** Destory an RDN object.
|
| -** "rdn" the RDN to destroy
|
| -** "freeit" if PR_TRUE then free the object as well as its sub-objects
|
| -*/
|
| -extern void CERT_DestroyRDN(CERTRDN *rdn, PRBool freeit);
|
| -
|
| -/*
|
| ** Add an AVA to an RDN.
|
| ** "rdn" the RDN to add to
|
| ** "ava" the AVA to add
|
|
|