geom_gate userland utility improvements
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

8 lines
386 B

  1. CSOURCES = channel.c comp.c crypt.c hostkey.c kex.c mac.c misc.c \
  2. packet.c publickey.c scp.c session.c sftp.c userauth.c transport.c \
  3. version.c knownhost.c agent.c $(CRYPTO_CSOURCES) pem.c keepalive.c global.c \
  4. blowfish.c bcrypt_pbkdf.c
  5. HHEADERS = libssh2_priv.h $(CRYPTO_HHEADERS) transport.h channel.h comp.h \
  6. mac.h misc.h packet.h userauth.h session.h sftp.h crypto.h blf.h