summaryrefslogtreecommitdiffstats
path: root/fips/fips_locl.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-07-04 23:38:16 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-07-04 23:38:16 +0000
commit01a9a7592e332cf4853bc84c33407d384a1a14ba (patch)
tree76d701c180fd36fdfb9470ea9e3a3b6982fc1eee /fips/fips_locl.h
parent6fa4c7c43bd1cb1f68ad7db34cfc983db51508bd (diff)
Add functions to return FIPS module version.
Diffstat (limited to 'fips/fips_locl.h')
-rw-r--r--fips/fips_locl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fips/fips_locl.h b/fips/fips_locl.h
index 1b29176ae0..df3863f91e 100644
--- a/fips/fips_locl.h
+++ b/fips/fips_locl.h
@@ -67,6 +67,9 @@ 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"
+
#ifdef __cplusplus
}
#endif