diff options
Diffstat (limited to 'src/ext/README')
-rw-r--r-- | src/ext/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ext/README b/src/ext/README index 7ce1bc3b74..dfe620ed16 100644 --- a/src/ext/README +++ b/src/ext/README @@ -73,3 +73,14 @@ readpassphrase.[ch] Portable readpassphrase implementation from OpenSSH portable, version 6.8p1. + +timeouts/ + + William Ahern's hierarchical timer-wheel implementation. MIT license. + +mulodi/ + + Contains an overflow-checking 64-bit signed integer multiply + from LLVM's compiler_rt. For some reason, this is missing from + 32-bit libclang in many places. Dual licensed MIT-license and + BSD-like license; see mulodi/LICENSE.TXT. |