summaryrefslogtreecommitdiff
path: root/openbsd-compat/Makefile.in
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2020-01-14 07:24:46 +1100
committerDarren Tucker <dtucker@dtucker.net>2020-01-14 12:05:00 +1100
commit26b2675b0c3e3efea11a52609073aec01736ec84 (patch)
tree7a4f5109d7032bfb9c7fb4c2393488fc8112364f /openbsd-compat/Makefile.in
parented3ad71b17adcd1fb4431d145f53cee1c6a1135e (diff)
Remove configure test & compat code for ripemd160.
RIPEMD160 support was removed upstream in 2017, however we still had a configure test and compat code for it, so clean those up now.
Diffstat (limited to 'openbsd-compat/Makefile.in')
-rw-r--r--openbsd-compat/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsd-compat/Makefile.in b/openbsd-compat/Makefile.in
index 43544eba0..3eb188f0b 100644
--- a/openbsd-compat/Makefile.in
+++ b/openbsd-compat/Makefile.in
@@ -44,7 +44,6 @@ OPENBSD=base64.o \
44 readpassphrase.o \ 44 readpassphrase.o \
45 reallocarray.o \ 45 reallocarray.o \
46 recallocarray.o \ 46 recallocarray.o \
47 rmd160.o \
48 rresvport.o \ 47 rresvport.o \
49 setenv.o \ 48 setenv.o \
50 setproctitle.o \ 49 setproctitle.o \