diff options
| author | Roy Marples <roy@marples.name> | 2019-09-05 09:35:23 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-09-05 09:35:23 +0100 |
| commit | 0f1f06d08dab0aa67b0677d3bc8e3fcb821cd6f6 (patch) | |
| tree | 3e04e33c0995662b4362e59ee52779eefceede3e /configure | |
| parent | d0feaa09843da6cd5e30b5816bc2a8f008cc6de1 (diff) | |
| download | dhcpcd-0f1f06d08dab0aa67b0677d3bc8e3fcb821cd6f6.tar.xz | |
build: Fix DragonFlyBSD config for import.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
