7 lines
93 B
C
Raw Normal View History

2014-06-24 12:59:22 -07:00
#ifndef crypto_uint32_h
#define crypto_uint32_h
typedef unsigned int crypto_uint32;
#endif