Loading crypto/sha/sha_locl.h +0 −6 Original line number Diff line number Diff line Loading @@ -67,12 +67,6 @@ #endif #define ULONG unsigned long #define UCHAR unsigned char #define UINT unsigned int #ifdef NOCONST #define const #endif #undef c2nl #define c2nl(c,l) (l =(((unsigned long)(*((c)++)))<<24), \ Loading crypto/sha/sha_sgst.c +0 −8 Original line number Diff line number Diff line Loading @@ -66,14 +66,6 @@ #endif #endif #define ULONG unsigned long #define UCHAR unsigned char #define UINT unsigned int #ifdef NOCONST #define const #endif #undef c2nl #define c2nl(c,l) (l =(((unsigned long)(*((c)++)))<<24), \ l|=(((unsigned long)(*((c)++)))<<16), \ Loading Loading
crypto/sha/sha_locl.h +0 −6 Original line number Diff line number Diff line Loading @@ -67,12 +67,6 @@ #endif #define ULONG unsigned long #define UCHAR unsigned char #define UINT unsigned int #ifdef NOCONST #define const #endif #undef c2nl #define c2nl(c,l) (l =(((unsigned long)(*((c)++)))<<24), \ Loading
crypto/sha/sha_sgst.c +0 −8 Original line number Diff line number Diff line Loading @@ -66,14 +66,6 @@ #endif #endif #define ULONG unsigned long #define UCHAR unsigned char #define UINT unsigned int #ifdef NOCONST #define const #endif #undef c2nl #define c2nl(c,l) (l =(((unsigned long)(*((c)++)))<<24), \ l|=(((unsigned long)(*((c)++)))<<16), \ Loading