libsodium: Needed for Dnscrypto-proxy Release 1.3.0
[tomato.git] / release / src / router / libsodium / src / libsodium / include / sodium / crypto_uint32.h
blobba66cecc659a66d3ea0fa51ca4f4dbd085904ace
1 #ifndef crypto_uint32_H
2 #define crypto_uint32_H
4 #include <stdint.h>
6 typedef uint32_t crypto_uint32;
8 #endif