wanproxy/ssh/lib.mk

13 lines
252 B
Makefile
Raw Permalink Normal View History

2015-08-31 12:01:44 +00:00
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