git: Update LibreSSL makefiles.
Rimvydas Jasinskas
zrj at crater.dragonflybsd.org
Wed Apr 24 10:17:37 PDT 2019
commit 078f87a89de0f7d010f0adc71d76838e3e45c71a
Author: zrj <rimvydas.jasinskas at gmail.com>
Date: Fri Apr 12 20:36:59 2019 +0300
Update LibreSSL makefiles.
Version 2.9.1, add local CRYPTO_free.c CRYPTO_malloc.c to avoid extra deps.
Summary of changes:
Makefile_upgrade.inc | 7 +
.../kernel.h => lib/librecrypto/CRYPTO_free.c | 19 +-
.../alloca.h => lib/librecrypto/CRYPTO_malloc.c | 29 +-
lib/librecrypto/Makefile | 291 ++++++++++++---------
lib/librecrypto/Makefile.inc | 49 +---
lib/librecrypto/dfly_config.h | 110 ++++++++
lib/libressl/Makefile | 32 ++-
usr.bin/nc/Makefile | 11 +-
usr.bin/openssl/Makefile | 23 +-
9 files changed, 348 insertions(+), 223 deletions(-)
copy usr.bin/dfregress/kernel.h => lib/librecrypto/CRYPTO_free.c (83%)
copy include/alloca.h => lib/librecrypto/CRYPTO_malloc.c (77%)
create mode 100644 lib/librecrypto/dfly_config.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/078f87a89de0f7d010f0adc71d76838e3e45c71a
--
DragonFly BSD source repository
More information about the Commits
mailing list