Remove unneeded functions, make some functions and variables static.
[openssl.git] / fips / fips_locl.h
index 06cb64d8328990be2cfdf3d905382744a7315955..b79865e469e849500203d9c365fb54351bd3b067 100644 (file)
 extern "C" {
 #endif
 
-void fips_w_lock(void);
-void fips_w_unlock(void);
-void fips_r_lock(void);
-void fips_r_unlock(void);
-int fips_is_started(void);
-void fips_set_started(void);
-int fips_is_owning_thread(void);
-int fips_set_owning_thread(void);
-int fips_clear_owning_thread(void);
-unsigned char *fips_signature_witness(void);
-
 #define FIPS_MAX_CIPHER_TEST_SIZE      16
 
 #ifdef  __cplusplus