Merge in NSS 3.2.1 changes into nss.def. Update version to 3.3 Beta.

This commit is contained in:
nelsonb%netscape.com 2001-04-11 22:42:28 +00:00
Родитель a939e4bd52
Коммит b90d1be66e
2 изменённых файлов: 13 добавлений и 4 удалений

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

@ -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;

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

@ -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
* "<major version>.<minor version>[.<patch level>] [<Beta>]"
*/
#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
/*