prepare for RC1
authorDr. Stephen Henson <steve@openssl.org>
Mon, 24 Oct 2011 16:53:59 +0000 (16:53 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 24 Oct 2011 16:53:59 +0000 (16:53 +0000)
README.FIPS
fips/fips_locl.h

index c41bab99307bfc71bc69ea876e6640b68b099667..cbd598c943d529b16328d4b96a1008077032f984 100644 (file)
@@ -1,4 +1,4 @@
-Preliminary status and build information for FIPS module v2.0
+Preliminary status and build information for FIPS module v2.0 rc1
 
 NB: if you are cross compiling you now need to use the latest "incore" script
 this can be found at util/incore in the tarballs.
index df3863f91ea217fe122fbc91e49e45860ffea602..5af6c1f3672af801e917025f8fb7a4045d543fb9 100644 (file)
@@ -67,8 +67,8 @@ int fips_post_failed(int id, int subid, void *ex);
 int fips_post_corrupt(int id, int subid, void *ex);
 int fips_post_status(void);
 
-#define FIPS_MODULE_VERSION_NUMBER     0x20000000L
-#define FIPS_MODULE_VERSION_TEXT       "FIPS 2.0-dev unvalidated test module xx XXX xxxx"
+#define FIPS_MODULE_VERSION_NUMBER     0x20000001L
+#define FIPS_MODULE_VERSION_TEXT       "FIPS 2.0-rc1 unvalidated test module xx XXX xxxx"
 
 #ifdef  __cplusplus
 }