Tarsnap / tarsnap

Command-line client code for Tarsnap.
https://tarsnap.com
Other
865 stars 60 forks source link

Fixes for NetBSD #524

Closed gperciva closed 2 years ago

gperciva commented 2 years ago

I'm always paranoid about touching any lib/crypto/ stuff, so I separated all the RSA -> void changes into function-by-function for easier reviewing. I can merge them all together if you want.

gperciva commented 2 years ago

Most of these are related to #522. The final two commits address other problems that cropped up later in the build.

cperciva commented 2 years ago

Yes, please squash the RSA * -> void * changes together.

gperciva commented 2 years ago

Rebased, ready for merge.