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