summaryrefslogtreecommitdiff
path: root/lib/libcrypto/des/des.h
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2014-04-15 20:06:11 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2014-04-15 20:06:11 +0000
commit1acffe56a9410893729c63d8ba655c60f52dd70d (patch)
tree2f0b14116a8fbd6f5539e4e3ce50ce644948fc6d /lib/libcrypto/des/des.h
parent5bdd68a22c7a5658ad11b9a9f5242513f1abe74c (diff)
remove FIPS mode support. people who require FIPS can buy something that
meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt
Diffstat (limited to 'lib/libcrypto/des/des.h')
-rw-r--r--lib/libcrypto/des/des.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libcrypto/des/des.h b/lib/libcrypto/des/des.h
index 1eaedcbd24b..92b66635998 100644
--- a/lib/libcrypto/des/des.h
+++ b/lib/libcrypto/des/des.h
@@ -224,9 +224,6 @@ int DES_set_key(const_DES_cblock *key,DES_key_schedule *schedule);
int DES_key_sched(const_DES_cblock *key,DES_key_schedule *schedule);
int DES_set_key_checked(const_DES_cblock *key,DES_key_schedule *schedule);
void DES_set_key_unchecked(const_DES_cblock *key,DES_key_schedule *schedule);
-#ifdef OPENSSL_FIPS
-void private_DES_set_key_unchecked(const_DES_cblock *key,DES_key_schedule *schedule);
-#endif
void DES_string_to_key(const char *str,DES_cblock *key);
void DES_string_to_2keys(const char *str,DES_cblock *key1,DES_cblock *key2);
void DES_cfb64_encrypt(const unsigned char *in,unsigned char *out,long length,