Overview
Request 1191122 accepted
- Make the module compatible with older OpenSSL versions
not having `X509_CRL_set1_lastUpdate` and `X509_CRL_set1_nextUpdate`
defined by using `X509_CRL_set_lastUpdate` and
`X509_CRL_set_nextUpdate` instead.
- Added:
* fix-missing-X509_CRL_set1_lastUpdate-_nextUpdate.patch
- Created by vizhestkov
- In state accepted
Loading...
Login required, please
login
in order to comment
Request History
vizhestkov created request
- Make the module compatible with older OpenSSL versions
not having `X509_CRL_set1_lastUpdate` and `X509_CRL_set1_nextUpdate`
defined by using `X509_CRL_set_lastUpdate` and
`X509_CRL_set_nextUpdate` instead.
- Added:
* fix-missing-X509_CRL_set1_lastUpdate-_nextUpdate.patch
ygutierrez accepted request