Upgrade libressl. 2/2
[dragonfly.git] / crypto / libressl / README.DRAGONFLY
1 LIBRESSL
2 ========
3
4 Original source can be downloaded from:
5 https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/
6
7 file = libressl-3.1.3.tar.gz
8 date = 12 June 2020
9 size = 3766345
10 sha1 = 7f747cb9eef1709495e4459176431596384e78c8
11
12 The file README.DELETED contains a list of deleted files and directories.
13
14 Use "git diff vendor/LIBRESSL crypto/libressl" to see local modifications.
15
16 These sources are used in:
17         lib/librecrypto
18         lib/libressl
19         usr.bin/openssl
20         usr.bin/nc
21
22 Configured with:
23
24   --enable-nc ac_cv_header_dlfcn_h=no ac_cv_lib_dl_dlopen=no
25
26 NOTE: The configure script misdetects HOST_ABI=elf and disables ASM versions.