]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
build: Fix DragonFlyBSD config for import.
authorRoy Marples <roy@marples.name>
Thu, 5 Sep 2019 08:35:23 +0000 (09:35 +0100)
committerRoy Marples <roy@marples.name>
Thu, 5 Sep 2019 08:35:23 +0000 (09:35 +0100)
configure

index 67a5bed75d55a2db6938caeb66c6fe796f574005..c4e43fcb3d7a1419dc20fb1c84d988ab23be2fa5 100755 (executable)
--- 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