diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2011-05-11 16:43:38 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2011-05-11 16:43:38 +0200 |
commit | c2fd5989945501b81b7d698c71eb34d767ac55bd (patch) | |
tree | 55053bc68483b680272f347b8c53c6d3119487cc /fips/fips.h | |
parent | Inlcude README.ECC in FIPS restricted tarball. (diff) | |
download | openssl-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.h | 4 |
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); |