Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | polish whitespace for portable files | Damien Miller | 2021-04-03 | 1 | -1/+1 |
| | |||||
* | fix compilation with openssl built without ECC | Eneas U de Queiroz | 2018-11-09 | 1 | -0/+4 |
| | | | | | | | ECDSA code in openssh-compat.h and libressl-api-compat.c needs to be guarded by OPENSSL_HAS_ECC Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com> | ||||
* | adapt -portable to OpenSSL 1.1x API | Damien Miller | 2018-09-13 | 1 | -0/+636 |
Polyfill missing API with replacement functions extracted from LibreSSL |