Remove deleted function from headers.
This commit is contained in:
@@ -63,7 +63,6 @@ int FIPS_mode_set(int onoff);
|
|||||||
int FIPS_mode(void);
|
int FIPS_mode(void);
|
||||||
const void *FIPS_rand_check(void);
|
const void *FIPS_rand_check(void);
|
||||||
int FIPS_selftest_failed(void);
|
int FIPS_selftest_failed(void);
|
||||||
int FIPS_dsa_check(struct dsa_st *dsa);
|
|
||||||
void FIPS_corrupt_sha1(void);
|
void FIPS_corrupt_sha1(void);
|
||||||
int FIPS_selftest_sha1(void);
|
int FIPS_selftest_sha1(void);
|
||||||
void FIPS_corrupt_aes(void);
|
void FIPS_corrupt_aes(void);
|
||||||
|
|||||||
@@ -2834,7 +2834,7 @@ FIPS_selftest_sha1 3274 EXIST:OPENSSL_FIPS:FUNCTION:
|
|||||||
FIPS_selftest_rsa 3275 EXIST:OPENSSL_FIPS:FUNCTION:
|
FIPS_selftest_rsa 3275 EXIST:OPENSSL_FIPS:FUNCTION:
|
||||||
FIPS_corrupt_sha1 3276 EXIST:OPENSSL_FIPS:FUNCTION:
|
FIPS_corrupt_sha1 3276 EXIST:OPENSSL_FIPS:FUNCTION:
|
||||||
EVP_des_cfb1 3277 EXIST::FUNCTION:DES
|
EVP_des_cfb1 3277 EXIST::FUNCTION:DES
|
||||||
FIPS_dsa_check 3278 EXIST:OPENSSL_FIPS:FUNCTION:
|
FIPS_dsa_check 3278 NOEXIST::FUNCTION:
|
||||||
AES_cfb1_encrypt 3279 EXIST::FUNCTION:AES
|
AES_cfb1_encrypt 3279 EXIST::FUNCTION:AES
|
||||||
EVP_des_ede3_cfb1 3280 EXIST::FUNCTION:DES
|
EVP_des_ede3_cfb1 3280 EXIST::FUNCTION:DES
|
||||||
FIPS_rand_check 3281 EXIST:OPENSSL_FIPS:FUNCTION:
|
FIPS_rand_check 3281 EXIST:OPENSSL_FIPS:FUNCTION:
|
||||||
|
|||||||
@@ -1224,8 +1224,6 @@ EOO
|
|||||||
|
|
||||||
LIBRARY $libname $liboptions
|
LIBRARY $libname $liboptions
|
||||||
|
|
||||||
DESCRIPTION '$description'
|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
if ($W16) {
|
if ($W16) {
|
||||||
|
|||||||
Reference in New Issue
Block a user