DEBSOURCES
Skip Quicknav
sources / tinyssh / 20190101-1%2Bdeb11u1 / crypto / crypto_uint8.h
12345678
#ifndef crypto_uint8_h #define crypto_uint8_h #include <stdint.h> typedef uint8_t crypto_uint8; #endif