diff options
Diffstat (limited to 'include/libssh/priv.h')
-rw-r--r-- | include/libssh/priv.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h index 98fde99..944ad47 100644 --- a/include/libssh/priv.h +++ b/include/libssh/priv.h @@ -49,6 +49,12 @@ #define TYPE_RSA 2 #define TYPE_RSA1 3 +/* integer values */ +typedef uint32_t u32; +typedef uint16_t u16; +typedef uint64_t u64; +typedef uint8_t u8; + /* profiling constants. Don't touch them unless you know what you do */ #ifdef HAVE_LIBCRYPTO #define OPENSSL_BIGNUMS |