Put #ifdef FIPS round FIPS DSA_generate_parameters .
#if 0 unimplemented ciphers so mkdef.pl doesn't pick them up.
This commit is contained in:
parent
f61bc950c1
commit
31b28f95be
@ -644,8 +644,10 @@ const EVP_CIPHER *EVP_des_cfb1(void);
|
|||||||
const EVP_CIPHER *EVP_des_cfb8(void);
|
const EVP_CIPHER *EVP_des_cfb8(void);
|
||||||
const EVP_CIPHER *EVP_des_ede_cfb64(void);
|
const EVP_CIPHER *EVP_des_ede_cfb64(void);
|
||||||
# define EVP_des_ede_cfb EVP_des_ede_cfb64
|
# define EVP_des_ede_cfb EVP_des_ede_cfb64
|
||||||
|
#if 0
|
||||||
const EVP_CIPHER *EVP_des_ede_cfb1(void);
|
const EVP_CIPHER *EVP_des_ede_cfb1(void);
|
||||||
const EVP_CIPHER *EVP_des_ede_cfb8(void);
|
const EVP_CIPHER *EVP_des_ede_cfb8(void);
|
||||||
|
#endif
|
||||||
const EVP_CIPHER *EVP_des_ede3_cfb64(void);
|
const EVP_CIPHER *EVP_des_ede3_cfb64(void);
|
||||||
# define EVP_des_ede3_cfb EVP_des_ede3_cfb64
|
# define EVP_des_ede3_cfb EVP_des_ede3_cfb64
|
||||||
const EVP_CIPHER *EVP_des_ede3_cfb1(void);
|
const EVP_CIPHER *EVP_des_ede3_cfb1(void);
|
||||||
|
@ -71,6 +71,8 @@
|
|||||||
|
|
||||||
#ifndef OPENSSL_NO_SHA
|
#ifndef OPENSSL_NO_SHA
|
||||||
|
|
||||||
|
#ifdef FIPS
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
@ -297,3 +299,5 @@ err:
|
|||||||
return(ok?ret:NULL);
|
return(ok?ret:NULL);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user