ape: add libauth, libbio, libmp and libsec as replacements for openssl

This commit is contained in:
cinap_lenrek 2016-04-11 20:23:34 +02:00
parent 21aee5d8cb
commit 464763202b
31 changed files with 1974 additions and 10 deletions

View file

@ -16,4 +16,9 @@ typedef uint Rune;
typedef union FPdbleword FPdbleword;
typedef char* p9va_list;
typedef uchar u8int;
typedef ushort u16int;
typedef ulong u32int;
typedef uvlong u64int;
#endif