Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mkimage: fix openssl 1.1.x compat fix with libressl | Felix Fietkau | 2016-11-30 | 1 | -1/+1 |
| | | | | | | | libressl sets OPENSSL_VERSION_NUMBER to 0x20000000L, which breaks API checks based on it. Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | tools: mkimage: fix build with OpenSSL 1.1.x (FS#182) | Jo-Philipp Wich | 2016-11-30 | 1 | -0/+97 |
The OpenSSL 1.1.x version series undergone some major API changes which made the RSA structure opaque and deprecated a number of methods, so add some conditional compat code to make the u-boot source build again. Signed-off-by: Jo-Philipp Wich <jo@mein.io> |