summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-09-05 09:35:23 +0100
committerRoy Marples <roy@marples.name>2019-09-05 09:35:23 +0100
commit0f1f06d08dab0aa67b0677d3bc8e3fcb821cd6f6 (patch)
tree3e04e33c0995662b4362e59ee52779eefceede3e /configure
parentd0feaa09843da6cd5e30b5816bc2a8f008cc6de1 (diff)
downloaddhcpcd-0f1f06d08dab0aa67b0677d3bc8e3fcb821cd6f6.tar.xz
build: Fix DragonFlyBSD config for import.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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 <sha256.h>" >>$CONFIG_H
+ echo "#define SHA2_H <openssl/sha.h>" >>$CONFIG_H
echo "#else" >>$CONFIG_H
fi