X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=fips%2Ffips.h;h=d07d1904029c83e0e142ef2a4c5c56c521fa4530;hp=c37c32b2fd9d738b8232fda5f174ff04be7c28bd;hb=c2fd5989945501b81b7d698c71eb34d767ac55bd;hpb=5024b79f5c41d97f023a5dbb6142af906129bf86 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);