opnsense-src/crypto
Ed Maste 60f78f8ed1 openssh: use '' instead of `' in config.h
Autoconf 2.72 uses '' rather tha `' in comments in config.h, from
autoconf commit 64df9b4523fe ("Autoconf now quotes 'like this' instead
of `like this'").

Switch quoting style now to minimize diffs on the next OpenSSH update
and config.h regen.

Reviewed by:	gordon, philip
Sponsored by:	The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D45840

(cherry picked from commit 94416c6939f431b29286a71bb2797e749df9645c)
2024-07-15 14:45:16 -04:00
..
heimdal heimdal: Fix compiling hdb ldap as a module 2024-04-29 05:50:19 -07:00
openssh openssh: use '' instead of `' in config.h 2024-07-15 14:45:16 -04:00
openssl aarch64: fix branch target indications in arm64cpuid.pl and keccak1600 2024-07-15 08:09:43 +00:00
README Two more $FreeBSD$ stragglers 2023-09-17 08:34:41 -06:00

This directory is for the EXACT same use as src/contrib, except it
holds crypto sources.  In other words, this holds raw sources obtained
from various third party vendors, with FreeBSD patches applied.  No
compilation is done from this directory, it is all done from the
src/secure directory.  The separation between src/contrib and src/crypto
is the result of an old USA law, which made these sources export
controlled, so they had to be kept separate.