1LIBRESSL
2========
3
4Original source can be downloaded from:
5http://www.libressl.org
6
7file = libressl-2.9.1.tar.gz
8date = 13 April 2019
9size = 3607116
10sha1 = 46f33e42a307d53e17e11f105a4403b9ccfdcc76
11
12The file README.DELETED contains a list of deleted files and directories.
13
14These sources are used in:
15	lib/librecrypto
16	lib/libressl
17	usr.bin/openssl
18	usr.bin/nc
19
20NOTE: The configure script misdetects HOST_ABI=elf and disables ASM versions.
21Configured with
22===============
23  --enable-nc ac_cv_header_dlfcn_h=no ac_cv_lib_dl_dlopen=no
24
25The following files have been patched (* planned)
26=================================================
27  apps/nc/netcat.c			pledge dummies
28  apps/openssl/apps.h			pledge dummies
29  crypto/chacha/chacha-merged.c		__bounded__ dummy
30  crypto/cryptlib.c			WARNS nested externs, vsyslog()
31  crypto/ecdsa/ecs_sign.c		missing defs ECDSAerror() and
32  crypto/ecdsa/ecs_vrf.c		EVP_R_METHOD_NOT_SUPPORTED
33  include/openssl/md5.h			exclude <opensslconf.h> for kernel
34  include/openssl/opensslfeatures.h	disable engine and hw_padlock
35