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);