CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/05/22 09:20:16
Modified files:
regress/usr.sbin/rpki-client/openssl11: Makefile unistd.h
Log message:
Bye, bye, horrible reacharounds into libcrypto
Now that rpki-client no longer uses LibreSSL-specific ASN1_time_* API,
we can get rid of some of the gross hacks needed for testing against
OpenSSL in regress. This simplifies things greatly.
Unfortunately, the unistd.h hack needs to stay until someone unearths
their STACK_OF compat diffs.