From 0f1f06d08dab0aa67b0677d3bc8e3fcb821cd6f6 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 5 Sep 2019 09:35:23 +0100 Subject: [PATCH] build: Fix DragonFlyBSD config for import. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 67a5bed7..c4e43fcb 100755 --- a/configure +++ b/configure @@ -1215,7 +1215,7 @@ fi if [ "$OS" = dragonfly ]; then echo "#ifdef USE_PRIVATECRYPTO" >>$CONFIG_H echo "#define HAVE_MD5_H" >>$CONFIG_H - echo "#define SHA2_H " >>$CONFIG_H + echo "#define SHA2_H " >>$CONFIG_H echo "#else" >>$CONFIG_H fi -- 2.47.2