version 3.0
This commit is contained in:
commit
d837490606
209 changed files with 19662 additions and 0 deletions
12
ssh/lib.mk
Normal file
12
ssh/lib.mk
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
VPATH+= ${TOPDIR}/ssh
|
||||
|
||||
SRCS+= ssh_algorithm_negotiation.cc
|
||||
SRCS+= ssh_filter.cc
|
||||
SRCS+= ssh_protocol.cc
|
||||
SRCS+= ssh_session.cc
|
||||
|
||||
SRCS+= ssh_compression.cc
|
||||
SRCS+= ssh_encryption.cc
|
||||
SRCS+= ssh_key_exchange.cc
|
||||
SRCS+= ssh_mac.cc
|
||||
SRCS+= ssh_server_host_key.cc
|
||||
Loading…
Add table
Add a link
Reference in a new issue