lws-plugin-sshd-static-build-includes.h 562 B

123456789101112131415161718
  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. #define LWS_PLUGIN_STATIC
  7. #include "../crypto/chacha.c"
  8. #include "../crypto/ed25519.c"
  9. #include "../crypto/fe25519.c"
  10. #include "../crypto/ge25519.c"
  11. #include "../crypto/poly1305.c"
  12. #include "../crypto/sc25519.c"
  13. #include "../crypto/smult_curve25519_ref.c"
  14. #include "../kex-25519.c"
  15. #include "../sshd.c"
  16. #include "../telnet.c"