aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAnderson Toshiyuki Sasaki <ansasaki@redhat.com>2019-08-29 17:20:40 +0200
committerAnderson Toshiyuki Sasaki <ansasaki@redhat.com>2019-09-24 16:49:35 +0200
commit0b7f7d2cf7f2b3e1b6d0d9482670821e90dbd598 (patch)
tree6479acab4ecb75dec5183593a1e1eb4653804a43 /config.h.cmake
parent55cd04fbee7bf6c8157e2338695b03342615a261 (diff)
downloadlibssh-0b7f7d2cf7f2b3e1b6d0d9482670821e90dbd598.tar.gz
libssh-0b7f7d2cf7f2b3e1b6d0d9482670821e90dbd598.tar.xz
libssh-0b7f7d2cf7f2b3e1b6d0d9482670821e90dbd598.zip
cmake: Detect OpenSSL X25519 support
Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index b2f065d8..98a72f65 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -100,6 +100,9 @@
/* Define to 1 if you have OpenSSL with Ed25519 support */
#cmakedefine HAVE_OPENSSL_ED25519 1
+/* Define to 1 if you have OpenSSL with X25519 support */
+#cmakedefine HAVE_OPENSSL_X25519 1
+
/*************************** FUNCTIONS ***************************/
/* Define to 1 if you have the `EVP_aes128_ctr' function. */