diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2018-02-28 10:24:51 -0600 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2018-06-28 09:06:30 +0200 |
commit | acc1ade74ab4619194a8afbd89d4923a73e21f7e (patch) | |
tree | 7e6ec85043799065a3f439fe860a4eee42a162f1 /config.h.cmake | |
parent | 72e4500da9acd048d6278436153a4ebe16614bb7 (diff) | |
download | libssh-acc1ade74ab4619194a8afbd89d4923a73e21f7e.tar.gz libssh-acc1ade74ab4619194a8afbd89d4923a73e21f7e.tar.xz libssh-acc1ade74ab4619194a8afbd89d4923a73e21f7e.zip |
external: Add ChaCha and Poly1305 implementations from OpenSSH
Signed-off-by: Aris Adamantiadis <aris@0xbadc0de.be>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index 50a50ed7..e8786b1e 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -50,6 +50,9 @@ /* Define to 1 if you have the <unistd.h> header file. */ #cmakedefine HAVE_UNISTD_H 1 +/* Define to 1 if you have the <stdint.h> header file. */ +#cmakedefine HAVE_STDINT_H 1 + /* Define to 1 if you have the <openssl/aes.h> header file. */ #cmakedefine HAVE_OPENSSL_AES_H 1 |