openca / libpki

Easy-to-use high-level library for PKI-enabled applications
Other
50 stars 33 forks source link

PKI_X509_ALGOR_VALUE_new_digest undeclared #84

Open cluck opened 8 months ago

cluck commented 8 months ago

The ocspd in master now fails to build because PKI_X509_ALGOR_VALUE_new_digest was removed (commented out) with commit .

ruomad commented 6 months ago

Yes I have the same problem. I tried to uncomment it, but ocspd segfaults (builds though). Not sure if there is an obvious way to fix this.