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