看板 DFBSD_commit 關於我們 聯絡資訊
commit 1ff94032a892b79a088be1baaa5136a593267200 Author: Simon Schubert <corecode@dragonflybsd.org> Date: Thu Jul 16 12:24:44 2009 +0200 dma: unconditionally use openssl Drop HAVE_CRYPTO and unconditionally use openssl. Dma is supposed to be small and secure, so there is no way around openssl anyways. Summary of changes: libexec/dma/Makefile | 1 - libexec/dma/crypto.c | 4 ---- libexec/dma/dma.c | 4 ---- libexec/dma/dma.h | 6 ------ libexec/dma/net.c | 6 ------ 5 files changed, 0 insertions(+), 21 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1ff94032a892b79a088be1baaa5136a593267200 -- DragonFly BSD source repository