diff options
Diffstat (limited to 'src/lib/libcrypto/evp/evp.h')
-rw-r--r-- | src/lib/libcrypto/evp/evp.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h index 6c1bf6c7cd..107119883a 100644 --- a/src/lib/libcrypto/evp/evp.h +++ b/src/lib/libcrypto/evp/evp.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: evp.h,v 1.40 2014/11/09 19:17:13 miod Exp $ */ | 1 | /* $OpenBSD: evp.h,v 1.41 2015/02/07 13:19:15 doug Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -701,10 +701,6 @@ const EVP_CIPHER *EVP_des_cfb1(void); | |||
701 | const EVP_CIPHER *EVP_des_cfb8(void); | 701 | const EVP_CIPHER *EVP_des_cfb8(void); |
702 | const EVP_CIPHER *EVP_des_ede_cfb64(void); | 702 | const EVP_CIPHER *EVP_des_ede_cfb64(void); |
703 | # define EVP_des_ede_cfb EVP_des_ede_cfb64 | 703 | # define EVP_des_ede_cfb EVP_des_ede_cfb64 |
704 | #if 0 | ||
705 | const EVP_CIPHER *EVP_des_ede_cfb1(void); | ||
706 | const EVP_CIPHER *EVP_des_ede_cfb8(void); | ||
707 | #endif | ||
708 | const EVP_CIPHER *EVP_des_ede3_cfb64(void); | 704 | const EVP_CIPHER *EVP_des_ede3_cfb64(void); |
709 | # define EVP_des_ede3_cfb EVP_des_ede3_cfb64 | 705 | # define EVP_des_ede3_cfb EVP_des_ede3_cfb64 |
710 | const EVP_CIPHER *EVP_des_ede3_cfb1(void); | 706 | const EVP_CIPHER *EVP_des_ede3_cfb1(void); |