summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/sha1.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* support --without-openssl at configure timeDamien Miller2015-01-141-0/+58
Disables and removes dependency on OpenSSL. Many features don't work and the set of crypto options is greatly restricted. This will only work on system with native arc4random or /dev/urandom. Considered highly experimental for now.