diff options
author | George Hazan <george.hazan@gmail.com> | 2024-10-20 17:59:03 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-10-20 17:59:07 +0300 |
commit | 4da5235106afefe68a0a37cdd083241ecda9344b (patch) | |
tree | 8ebd7ef73d0ee68ebd4896f3917a0a8fce6035dc /libs/libssh2/src/Makefile.inc | |
parent | 91d9a431ee26ef580715a72b48d61634e0e4dec7 (diff) |
fixes #4752 (Update libssh2 to 1.11.1)
Diffstat (limited to 'libs/libssh2/src/Makefile.inc')
-rw-r--r-- | libs/libssh2/src/Makefile.inc | 6 |
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 \ |