#if 0 unimplemented ciphers so mkdef.pl doesn't pick
them up.
const EVP_CIPHER *EVP_des_cfb8(void);
const EVP_CIPHER *EVP_des_ede_cfb64(void);
# 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_cfb8(void);
+#endif
const EVP_CIPHER *EVP_des_ede3_cfb64(void);
# define EVP_des_ede3_cfb EVP_des_ede3_cfb64
const EVP_CIPHER *EVP_des_ede3_cfb1(void);
#ifndef OPENSSL_NO_SHA
+#ifdef FIPS
+
#include <stdio.h>
#include <string.h>
#include <time.h>
return(ok?ret:NULL);
}
#endif
+
+#endif