diff options
| author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2026-08-29 16:12:44 +0200 |
|---|---|---|
| committer | Sander Vrijders <sander@ouroboros.rocks> | 2026-08-31 08:31:46 +0200 |
| commit | 596bb667d49ff0bc89c8d0b8011a6f7bdba26f75 (patch) | |
| tree | 2c02a17f69664171d3b1258fdaeac8e0ba684f34 /src/lib/pol | |
| parent | 11026b06dca0fc886d20e79eff0162b42fec3f8f (diff) | |
| download | ouroboros-596bb667d49ff0bc89c8d0b8011a6f7bdba26f75.tar.gz ouroboros-596bb667d49ff0bc89c8d0b8011a6f7bdba26f75.zip | |
lib: Fix build against OpenSSL 4.1
X509_get_subject_name() and X509_NAME_ENTRY_get_data() return const
pointers in OpenSSL >= 4.1.
ASN1_STRING_length() is deprecated in 4.1 in favour of
ASN1_STRING_get_length(), which returns size_t rather than int.
Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'src/lib/pol')
0 files changed, 0 insertions, 0 deletions
