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