no-dit.c 224 B

12345678910111213141516
  1. /*
  2. * Stub version of enable_dit(), included in applications like
  3. * PuTTYtel and pterm which completely leave out the 'crypto' source
  4. * directory.
  5. */
  6. #include "ssh.h"
  7. #if HAVE_ARM_DIT
  8. void enable_dit(void)
  9. {
  10. }
  11. #endif