summaryrefslogtreecommitdiff
path: root/libs/libssh2/src/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libssh2/src/Makefile.inc')
-rw-r--r--libs/libssh2/src/Makefile.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/libssh2/src/Makefile.inc b/libs/libssh2/src/Makefile.inc
index 9133819a62..5cf070cc85 100644
--- a/libs/libssh2/src/Makefile.inc
+++ b/libs/libssh2/src/Makefile.inc
@@ -5,6 +5,8 @@ CSOURCES = \
bcrypt_pbkdf.c \
channel.c \
comp.c \
+ chacha.c \
+ cipher-chachapoly.c \
crypt.c \
crypto.c \
global.c \
@@ -16,6 +18,7 @@ CSOURCES = \
misc.c \
packet.c \
pem.c \
+ poly1305.c \
publickey.c \
scp.c \
session.c \
@@ -26,7 +29,9 @@ CSOURCES = \
version.c
HHEADERS = \
+ chacha.h \
channel.h \
+ cipher-chachapoly.h \
comp.h \
crypto.h \
crypto_config.h \
@@ -39,6 +44,7 @@ HHEADERS = \
openssl.h \
os400qc3.h \
packet.h \
+ poly1305.h \
session.h \
sftp.h \
transport.h \