1
0
Fork 0
mirror of git://git.psyced.org/git/psyclpc synced 2024-08-15 03:20:16 +00:00

4.0.11 - getshort fix - more tls autodetect

This commit is contained in:
psyc://psyced.org/~lynX 2009-04-28 07:44:35 +02:00
parent 1d490d6a92
commit e6b541d150
10 changed files with 163 additions and 57 deletions

View file

@ -84,4 +84,7 @@
#define TLS_HASH_MD5 (6)
#define TLS_HASH_RIPEMD160 (7)
/* autodetect feature: when no TLS is found on socket, this code is returned */
#define ERR_TLS_NOT_DETECTED -31337
#endif /* LPC_TLS_H */