Due to an increasing number of clashes between modern OpenSSL and
[oweals/openssl.git] / crypto / des / fcrypt_b.c
index 86253bd5caec3ba785ae9e9270ffcc8f13cf7cf4..8b6b0e88566fb2de91e2c16967cca25b24ade9c5 100644 (file)
@@ -77,7 +77,7 @@
 #define HPERM_OP(a,t,n,m) ((t)=((((a)<<(16-(n)))^(a))&(m)),\
        (a)=(a)^(t)^(t>>(16-(n))))\
 
-void fcrypt_body(DES_LONG *out, des_key_schedule *ks, DES_LONG Eswap0,
+void fcrypt_body(DES_LONG *out, DES_key_schedule *ks, DES_LONG Eswap0,
                 DES_LONG Eswap1)
        {
        register DES_LONG l,r,t,u;