3ab7af095a
Added crypto.h that is the unified header to include when using crypto functionality. It should be the only header that needs to adapt to the underlying crypto library in use. It provides the set of prototypes that are library agnostic.
8 lines
360 B
Makefile
8 lines
360 B
Makefile
CSOURCES = channel.c comp.c crypt.c hostkey.c kex.c mac.c misc.c \
|
|
packet.c publickey.c scp.c session.c sftp.c userauth.c transport.c \
|
|
version.c knownhost.c agent.c openssl.c libgcrypt.c pem.c keepalive.c \
|
|
global.c
|
|
|
|
HHEADERS = libssh2_priv.h openssl.h libgcrypt.h transport.h channel.h \
|
|
comp.h mac.h misc.h packet.h userauth.h session.h sftp.h crypto.h
|