Loading fips/des/fips_des_enc.c +9 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,8 @@ #include "fips_des_locl.h" #ifdef FIPS void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc) { register DES_LONG l,r,t,u; Loading Loading @@ -286,3 +288,10 @@ void DES_decrypt3(DES_LONG *data, DES_key_schedule *ks1, data[0]=l; data[1]=r; } #else /* ndef FIPS */ static void *dummy=&dummy; #endif /* ndef FIPS */ Loading
fips/des/fips_des_enc.c +9 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,8 @@ #include "fips_des_locl.h" #ifdef FIPS void DES_encrypt1(DES_LONG *data, DES_key_schedule *ks, int enc) { register DES_LONG l,r,t,u; Loading Loading @@ -286,3 +288,10 @@ void DES_decrypt3(DES_LONG *data, DES_key_schedule *ks1, data[0]=l; data[1]=r; } #else /* ndef FIPS */ static void *dummy=&dummy; #endif /* ndef FIPS */