about summary refs log tree commit diff stats
path: root/src/luasec/compat.h
Commit message (Collapse)AuthorAgeFilesLines
* clean up a warning and a bit of duplicationKartik K. Agaram2021-11-221-7/+0
| | | | | Now we have 2 probably-valid warnings caused by my edits, and 1 false-positive.
* https now working!Kartik K. Agaram2021-11-211-0/+57
Still extremely ugly: - I've inlined all the namespaces under ssl, so you need to know that context and config are related to ssl. - luasec comes with its own copy of luasocket. I haven't deduped that yet.