On Fri, Jul 08, 2022 at 12:33:18AM +0200, Theo Buehler wrote: > You need libcrypto.so.49.1 for this to build since I added the missing > X509_VERIFY_PARAM_get_time() in today's bump. There's a bit of patching, > but I think it's not too bad. If this works for your purposes, I guess > that'd be preferable over linking against eopenssl11.
Would it make sense to import with `crypto>=49.1' in WANTLIB? Will be always true pretty soon but doesn't hurt and sort of documents tb's efforts.
