aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/dh-gex.h
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2018-11-07 16:15:50 +0100
committerAndreas Schneider <asn@cryptomilk.org>2019-01-24 13:06:33 +0100
commit53c88375fe54c1f551151a61ff66ff108606dcc8 (patch)
tree0be5b058a80315262daa585a92fb8d11455c158e /include/libssh/dh-gex.h
parent40faa98c5ee0c834879c1ea7a7b3e347893e8fed (diff)
downloadlibssh-53c88375fe54c1f551151a61ff66ff108606dcc8.tar.gz
libssh-53c88375fe54c1f551151a61ff66ff108606dcc8.tar.xz
libssh-53c88375fe54c1f551151a61ff66ff108606dcc8.zip
dh-gex: Add server implementation
Signed-off-by: Aris Adamantiadis <aris@0xbadc0de.be> Reviewed-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'include/libssh/dh-gex.h')
-rw-r--r--include/libssh/dh-gex.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/libssh/dh-gex.h b/include/libssh/dh-gex.h
index ea93e6d1..4fc23d82 100644
--- a/include/libssh/dh-gex.h
+++ b/include/libssh/dh-gex.h
@@ -23,11 +23,6 @@
#ifndef SRC_DH_GEX_H_
#define SRC_DH_GEX_H_
-/* Minimum, recommanded and maximum size of DH group */
-#define DH_PMIN 2048
-#define DH_PREQ 2048
-#define DH_PMAX 8192
-
int ssh_client_dhgex_init(ssh_session session);
#ifdef WITH_SERVER