diff options
Diffstat (limited to 'src/lib/libcrypto/des/des_enc.c')
-rw-r--r-- | src/lib/libcrypto/des/des_enc.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/libcrypto/des/des_enc.c b/src/lib/libcrypto/des/des_enc.c index 72be2d98d7..1c37ab96d3 100644 --- a/src/lib/libcrypto/des/des_enc.c +++ b/src/lib/libcrypto/des/des_enc.c | |||
@@ -58,8 +58,6 @@ | |||
58 | 58 | ||
59 | #include "des_locl.h" | 59 | #include "des_locl.h" |
60 | 60 | ||
61 | #ifndef OPENSSL_FIPS | ||
62 | |||
63 | void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc) | 61 | void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc) |
64 | { | 62 | { |
65 | register DES_LONG l,r,t,u; | 63 | register DES_LONG l,r,t,u; |
@@ -289,12 +287,8 @@ void DES_decrypt3(DES_LONG *data, DES_key_schedule *ks1, | |||
289 | data[1]=r; | 287 | data[1]=r; |
290 | } | 288 | } |
291 | 289 | ||
292 | #endif /* ndef OPENSSL_FIPS */ | ||
293 | |||
294 | #ifndef DES_DEFAULT_OPTIONS | 290 | #ifndef DES_DEFAULT_OPTIONS |
295 | 291 | ||
296 | #if !defined(OPENSSL_FIPS_DES_ASM) | ||
297 | |||
298 | #undef CBC_ENC_C__DONT_UPDATE_IV | 292 | #undef CBC_ENC_C__DONT_UPDATE_IV |
299 | #include "ncbc_enc.c" /* DES_ncbc_encrypt */ | 293 | #include "ncbc_enc.c" /* DES_ncbc_encrypt */ |
300 | 294 | ||
@@ -410,6 +404,4 @@ void DES_ede3_cbc_encrypt(const unsigned char *input, unsigned char *output, | |||
410 | tin[0]=tin[1]=0; | 404 | tin[0]=tin[1]=0; |
411 | } | 405 | } |
412 | 406 | ||
413 | #endif /* !defined(OPENSSL_FIPS_DES_ASM) */ | ||
414 | |||
415 | #endif /* DES_DEFAULT_OPTIONS */ | 407 | #endif /* DES_DEFAULT_OPTIONS */ |