Mercurial > dropbear
comparison common-algo.c @ 1224:82e2037d34ea
Move dh group constants to a separate file
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 14 Jan 2016 21:54:58 +0800 |
parents | d2f9ef67af15 |
children | 6a7938ba004a |
comparison
equal
deleted
inserted
replaced
1223:5b4024eba55b | 1224:82e2037d34ea |
---|---|
25 | 25 |
26 #include "includes.h" | 26 #include "includes.h" |
27 #include "algo.h" | 27 #include "algo.h" |
28 #include "session.h" | 28 #include "session.h" |
29 #include "dbutil.h" | 29 #include "dbutil.h" |
30 #include "kex.h" | 30 #include "dh_groups.h" |
31 #include "ltc_prng.h" | 31 #include "ltc_prng.h" |
32 #include "ecc.h" | 32 #include "ecc.h" |
33 | 33 |
34 /* This file (algo.c) organises the ciphers which can be used, and is used to | 34 /* This file (algo.c) organises the ciphers which can be used, and is used to |
35 * decide which ciphers/hashes/compression/signing to use during key exchange*/ | 35 * decide which ciphers/hashes/compression/signing to use during key exchange*/ |