mirror of
http://galexander.org/git/simplesshd.git
synced 2024-11-27 09:48:08 +00:00
take care of excess definitions
This commit is contained in:
parent
11c4fa947d
commit
d9d19077cb
@ -19,11 +19,8 @@ DROPBEAR_SRCS := $(DROPBEAR_PATH)/atomicio.c \
|
|||||||
$(DROPBEAR_PATH)/compat.c \
|
$(DROPBEAR_PATH)/compat.c \
|
||||||
$(DROPBEAR_PATH)/crypto_desc.c \
|
$(DROPBEAR_PATH)/crypto_desc.c \
|
||||||
$(DROPBEAR_PATH)/curve25519-donna.c \
|
$(DROPBEAR_PATH)/curve25519-donna.c \
|
||||||
$(DROPBEAR_PATH)/dbmulti.c \
|
|
||||||
$(DROPBEAR_PATH)/dbrandom.c \
|
$(DROPBEAR_PATH)/dbrandom.c \
|
||||||
$(DROPBEAR_PATH)/dbutil.c \
|
$(DROPBEAR_PATH)/dbutil.c \
|
||||||
$(DROPBEAR_PATH)/dropbearconvert.c \
|
|
||||||
$(DROPBEAR_PATH)/dropbearkey.c \
|
|
||||||
$(DROPBEAR_PATH)/dss.c \
|
$(DROPBEAR_PATH)/dss.c \
|
||||||
$(DROPBEAR_PATH)/ecc.c \
|
$(DROPBEAR_PATH)/ecc.c \
|
||||||
$(DROPBEAR_PATH)/ecdsa.c \
|
$(DROPBEAR_PATH)/ecdsa.c \
|
||||||
@ -443,9 +440,6 @@ DROPBEAR_SRCS := $(DROPBEAR_PATH)/atomicio.c \
|
|||||||
$(DROPBEAR_PATH)/libtommath/bn_s_mp_sqr.c \
|
$(DROPBEAR_PATH)/libtommath/bn_s_mp_sqr.c \
|
||||||
$(DROPBEAR_PATH)/libtommath/bn_s_mp_sub.c \
|
$(DROPBEAR_PATH)/libtommath/bn_s_mp_sub.c \
|
||||||
$(DROPBEAR_PATH)/libtommath/bncore.c \
|
$(DROPBEAR_PATH)/libtommath/bncore.c \
|
||||||
$(DROPBEAR_PATH)/libtommath/mtest/mpi.c \
|
|
||||||
$(DROPBEAR_PATH)/libtommath/mtest/mtest.c \
|
|
||||||
$(DROPBEAR_PATH)/libtommath/pre_gen/mpi.c \
|
|
||||||
$(DROPBEAR_PATH)/list.c \
|
$(DROPBEAR_PATH)/list.c \
|
||||||
$(DROPBEAR_PATH)/listener.c \
|
$(DROPBEAR_PATH)/listener.c \
|
||||||
$(DROPBEAR_PATH)/loginrec.c \
|
$(DROPBEAR_PATH)/loginrec.c \
|
||||||
|
Loading…
Reference in New Issue
Block a user