version 3.0

This commit is contained in:
Bramfeld Team 2015-08-31 14:01:44 +02:00
commit d837490606
209 changed files with 19662 additions and 0 deletions

12
ssh/lib.mk Normal file
View 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