From 8dcf31baf666ef8ee93ba3acdf75a22172fe4807 Mon Sep 17 00:00:00 2001 From: "wtchang%redhat.com" Date: Fri, 15 Sep 2006 01:04:40 +0000 Subject: [PATCH] Added "Basic ECC" and "Extended ECC" to the NSS version string. --- security/nss/lib/nss/nss.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/security/nss/lib/nss/nss.h b/security/nss/lib/nss/nss.h index ed89ccbab291..c9b9d07b4cf4 100644 --- a/security/nss/lib/nss/nss.h +++ b/security/nss/lib/nss/nss.h @@ -36,7 +36,7 @@ * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ -/* $Id: nss.h,v 1.48 2006/04/08 05:11:55 nelson%bolyard.com Exp $ */ +/* $Id: nss.h,v 1.49 2006/09/15 01:04:40 wtchang%redhat.com Exp $ */ #ifndef __nss_h_ #define __nss_h_ @@ -52,7 +52,15 @@ SEC_BEGIN_PROTOS * The format of the version string should be * ".[.] []" */ +#ifdef NSS_ENABLE_ECC +#ifdef NSS_ECC_MORE_THAN_SUITE_B +#define NSS_VERSION "3.12 Extended ECC Beta" +#else +#define NSS_VERSION "3.12 Basic ECC Beta" +#endif +#else #define NSS_VERSION "3.12 Beta" +#endif #define NSS_VMAJOR 3 #define NSS_VMINOR 12 #define NSS_VPATCH 0