From: Tobias Heider Date: Mon, 9 May 2022 00:00:01 +0000 (+0200) Subject: Remove duplicate bcrypt_pbkdf.o from Makefile X-Git-Tag: V_9_1_P1~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa61fc82c63d309a90c22ca74fb1da6c6f4372fd;p=thirdparty%2Fopenssh-portable.git Remove duplicate bcrypt_pbkdf.o from Makefile bcrypt_pbkdf.o is duplicated in the openbsd-compat Makefile's object file list. --- diff --git a/openbsd-compat/Makefile.in b/openbsd-compat/Makefile.in index 5d53bef57..bca8c42a5 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 \