summaryrefslogtreecommitdiffstats
path: root/fips
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-01-18 15:07:11 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-01-18 15:07:11 +0000
commit1de6a6222241850c8e3acc81d3c5f2e39b838713 (patch)
treef0ad86836857aa4586269a6efd8acaeb3c041772 /fips
parentac381944ac3e8970f40e7eb3fc528e58dcca9d4d (diff)
revert fipslink.pl unlink retry changeOpenSSL-fips-2_0-rc9OpenSSL-fips-2_0
Diffstat (limited to 'fips')
-rw-r--r--fips/fips_locl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fips/fips_locl.h b/fips/fips_locl.h
index b3618a57de..6efa93194e 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 0x20000008L
-#define FIPS_MODULE_VERSION_TEXT "FIPS 2.0-rc8 unvalidated test module xx XXX xxxx"
+#define FIPS_MODULE_VERSION_NUMBER 0x20000009L
+#define FIPS_MODULE_VERSION_TEXT "FIPS 2.0-rc9 unvalidated test module xx XXX xxxx"
#ifdef __cplusplus
}