1 /*
2  * If you are including the plugin into your code using static build, you
3  * can simplify it by just including this file, which will include all the
4  * related code in one step without you having to get involved in the detail.
5  */
6 
7 #define LWS_PLUGIN_STATIC
8 
9 #include "../crypto/chacha.c"
10 #include "../crypto/ed25519.c"
11 #include "../crypto/fe25519.c"
12 #include "../crypto/ge25519.c"
13 #include "../crypto/poly1305.c"
14 #include "../crypto/sc25519.c"
15 #include "../crypto/smult_curve25519_ref.c"
16 #include "../kex-25519.c"
17 #include "../sshd.c"
18 #include "../telnet.c"
19