summaryrefslogtreecommitdiffstats
path: root/fips/fips.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-05-11 16:43:38 +0200
committerDr. Stephen Henson <steve@openssl.org>2011-05-11 16:43:38 +0200
commitc2fd5989945501b81b7d698c71eb34d767ac55bd (patch)
tree55053bc68483b680272f347b8c53c6d3119487cc /fips/fips.h
parentInlcude README.ECC in FIPS restricted tarball. (diff)
downloadopenssl-c2fd5989945501b81b7d698c71eb34d767ac55bd.tar.xz
openssl-c2fd5989945501b81b7d698c71eb34d767ac55bd.zip
Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined in
the FIPS capable OpenSSL.
Diffstat (limited to 'fips/fips.h')
-rw-r--r--fips/fips.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fips/fips.h b/fips/fips.h
index c37c32b2fd..d07d190402 100644
--- a/fips/fips.h
+++ b/fips/fips.h
@@ -67,8 +67,8 @@ struct env_md_st;
struct evp_cipher_st;
struct evp_cipher_ctx_st;
-int FIPS_mode_set(int onoff);
-int FIPS_mode(void);
+int FIPS_module_mode_set(int onoff);
+int FIPS_module_mode(void);
const void *FIPS_rand_check(void);
int FIPS_selftest(void);
int FIPS_selftest_failed(void);