commit | 01a9a7592e332cf4853bc84c33407d384a1a14ba | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Mon Jul 04 23:38:16 2011 +0000 |
committer | Dr. Stephen Henson <steve@openssl.org> | Mon Jul 04 23:38:16 2011 +0000 |
tree | 76d701c180fd36fdfb9470ea9e3a3b6982fc1eee | |
parent | 6fa4c7c43bd1cb1f68ad7db34cfc983db51508bd [diff] [blame] |
Add functions to return FIPS module version.
diff --git a/fips/fips.h b/fips/fips.h index 3b67941..c8a766e 100644 --- a/fips/fips.h +++ b/fips/fips.h
@@ -78,6 +78,9 @@ struct CMAC_CTX_st; struct hmac_ctx_st; +unsigned long FIPS_module_version(void); +const char *FIPS_module_version_text(void); + int FIPS_module_mode_set(int onoff); int FIPS_module_mode(void); const void *FIPS_rand_check(void);