Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set OPENSSL_NO_ENGINE, remove engine code | tb | 2023-07-28 | 1 | -3/+1 |
| | | | | | | | | | | ENGINE was special. It's horrible code even by the low standards of this library. Some ports may now try to use the stubs which will fail, but the fallout from this should be minimal. Of course there are various language bindings that expose the ENGINE API. OpenSSL 3 disabling ENGINE by default will likely help fixing this at some point. ok jsing | ||||
* | Unbreak the namespace build after a broken mk.conf and tool misfire had | beck | 2023-07-07 | 1 | -1/+1 |
| | | | | | | | | me aliasing symbols not in the headers I was procesing. This unbreaks the namespace build so it will pass again ok tb@ | ||||
* | Hide symbols in ts | beck | 2023-07-07 | 1 | -0/+219 |
ok jsing@ |