summaryrefslogtreecommitdiff
path: root/openbsd-compat
diff options
context:
space:
mode:
authorTobias Heider <me@tobhe.de>2022-05-09 02:00:01 +0200
committerDarren Tucker <dtucker@dtucker.net>2022-05-09 10:58:02 +1000
commitaa61fc82c63d309a90c22ca74fb1da6c6f4372fd (patch)
tree30f437fb5b27b570de61fa16e1083f6577389e1e /openbsd-compat
parentdeb506d00da8d11fb04c1e7b9b1e1cc379c1705c (diff)
downloadopenssh-git-aa61fc82c63d309a90c22ca74fb1da6c6f4372fd.tar.gz
Remove duplicate bcrypt_pbkdf.o from Makefile
bcrypt_pbkdf.o is duplicated in the openbsd-compat Makefile's object file list.
Diffstat (limited to 'openbsd-compat')
-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 5d53bef5..bca8c42a 100644
--- a/openbsd-compat/Makefile.in
+++ b/openbsd-compat/Makefile.in
@@ -20,7 +20,6 @@ LDFLAGS_NOPIE=-L. -Lopenbsd-compat/ @LDFLAGS_NOPIE@
OPENBSD=base64.o \
basename.o \
bcrypt_pbkdf.o \
- bcrypt_pbkdf.o \
bindresvport.o \
blowfish.o \
daemon.o \