Add functions to return FIPS module version.

This commit is contained in:
Dr. Stephen Henson
2011-07-04 23:38:16 +00:00
parent 6fa4c7c43b
commit 01a9a7592e
5 changed files with 23 additions and 1 deletions

View File

@@ -78,6 +78,9 @@ struct dh_method;
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);