git: libressl: cleanup the build

Daniel Fojt deef at crater.dragonflybsd.org
Wed Jul 29 01:56:56 PDT 2020


commit 7b043dd414c48fb39423897891af1a0e02802494
Author: Daniel Fojt <df at neosystem.org>
Date:   Wed Jul 29 10:53:17 2020 +0200

    libressl: cleanup the build
    
    Drop our custom CRYPTO_{free,malloc}.c and use libressl's malloc-wrapper.c
    instead.
    
    Discussed with: Rimvydas Jasinskas

Summary of changes:
 lib/librecrypto/CRYPTO_free.c   | 35 -----------------------------------
 lib/librecrypto/CRYPTO_malloc.c | 37 -------------------------------------
 lib/librecrypto/Makefile        | 16 ++--------------
 3 files changed, 2 insertions(+), 86 deletions(-)
 delete mode 100644 lib/librecrypto/CRYPTO_free.c
 delete mode 100644 lib/librecrypto/CRYPTO_malloc.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7b043dd414c48fb39423897891af1a0e02802494


-- 
DragonFly BSD source repository


More information about the Commits mailing list