Loading crypto/des/des_old.h +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ typedef unsigned char _ossl_old_des_cblock[8]; typedef struct _ossl_old_des_ks_struct { union { _ossl_old_des_des_cblock _; _ossl_old_des_cblock _; /* make sure things are correct size on machines with * 8 byte longs */ DES_LONG pad[2]; Loading Loading
crypto/des/des_old.h +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ typedef unsigned char _ossl_old_des_cblock[8]; typedef struct _ossl_old_des_ks_struct { union { _ossl_old_des_des_cblock _; _ossl_old_des_cblock _; /* make sure things are correct size on machines with * 8 byte longs */ DES_LONG pad[2]; Loading