From: Dr. Stephen Henson Date: Mon, 24 Oct 2011 16:58:49 +0000 (+0000) Subject: Prepare for RC2. X-Git-Tag: OpenSSL-fips-2_0-rc1^2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=45e5f551acf65e1b2c36161e356637045cc5f793;p=oweals%2Fopenssl.git Prepare for RC2. --- diff --git a/README.FIPS b/README.FIPS index cbd598c943..87253f6bfb 100644 --- a/README.FIPS +++ b/README.FIPS @@ -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. diff --git a/fips/fips_locl.h b/fips/fips_locl.h index 5af6c1f367..24743be6ab 100644 --- a/fips/fips_locl.h +++ b/fips/fips_locl.h @@ -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 }