]> Pileus Git - ~andy/fetchmail/blob - smbtypes.h
Support ssl3+ tls1.1, tls1.2 in --sslproto. Report TLS1.1/1.2 if unsupported by OpenSSL.
[~andy/fetchmail] / smbtypes.h
1 #ifndef SMBTYPES_H
2 #define SMBTYPES_H
3
4 typedef unsigned short uint16;
5 typedef unsigned int   uint32;
6 typedef unsigned char  uint8;
7
8 #endif