]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Prepare for RC2.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 24 Oct 2011 16:58:49 +0000 (16:58 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 24 Oct 2011 16:58:49 +0000 (16:58 +0000)
README.FIPS
fips/fips_locl.h

index cbd598c943d529b16328d4b96a1008077032f984..87253f6bfb82ccae191801275aa26b2d0aaf9756 100644 (file)
@@ -1,4 +1,4 @@
-Preliminary status and build information for FIPS module v2.0 rc1
+Preliminary status and build information for FIPS module v2.0 
 
 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 5af6c1f3672af801e917025f8fb7a4045d543fb9..24743be6ab755c59bb84a52f83316bdf12aa56df 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     0x20000001L
-#define FIPS_MODULE_VERSION_TEXT       "FIPS 2.0-rc1 unvalidated test module xx XXX xxxx"
+#define FIPS_MODULE_VERSION_NUMBER     0x20000002L
+#define FIPS_MODULE_VERSION_TEXT       "FIPS 2.0-rc2-dev unvalidated test module xx XXX xxxx"
 
 #ifdef  __cplusplus
 }