diff --git a/security/nss/lib/nss/nss.def b/security/nss/lib/nss/nss.def index be658f7e553..e0b64713245 100644 --- a/security/nss/lib/nss/nss.def +++ b/security/nss/lib/nss/nss.def @@ -448,6 +448,15 @@ PK11_NeedUserInit; ;+ local: ;+ *; ;+}; +;+NSS_3.2.1 { # NSS 3.2 release +;+ global: +CERT_AddRDN; +CERT_CreateRDN; +CERT_CreateAVA; +CERT_CreateName; +;+ local: +;+ *; +;+}; ;+NSS_3.3 { # NSS 3.3. release ;+ global: SECKEY_CreateDHPrivateKey; diff --git a/security/nss/lib/nss/nss.h b/security/nss/lib/nss/nss.h index 429e2a838d7..7e2fda4c183 100644 --- a/security/nss/lib/nss/nss.h +++ b/security/nss/lib/nss/nss.h @@ -32,7 +32,7 @@ * may use your version of this file under either the MPL or the * GPL. * - * $Id: nss.h,v 1.9 2001-02-10 02:02:57 relyea%netscape.com Exp $ + * $Id: nss.h,v 1.10 2001-04-11 22:42:28 nelsonb%netscape.com Exp $ */ #ifndef __nss_h_ @@ -49,11 +49,11 @@ SEC_BEGIN_PROTOS * The format of the version string should be * ".[.] []" */ -#define NSS_VERSION "3.2" +#define NSS_VERSION "3.3 Beta" #define NSS_VMAJOR 3 -#define NSS_VMINOR 2 +#define NSS_VMINOR 3 #define NSS_VPATCH 0 -#define NSS_BETA PR_FALSE +#define NSS_BETA PR_TRUE /*