c2l
#undef c2l
#define c2l(c,l) (l =((unsigned long)(*((c)++))) , \
#define c2l(c,l) (l =((DES_LONG)(*((c)++))) , \
#undef c2l
#define c2l(c,l) (l =((unsigned long)(*((c)++))) , \
#define c2l(c,l) (l =((u_int32_t)(*((c)++))) , \