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