buildtest_mdc2.c 277 B

12345678910111213141516
  1. /*
  2. * Generated with test/generate_buildtest.pl, to check that such a simple
  3. * program builds.
  4. */
  5. #include <openssl/opensslconf.h>
  6. #ifndef OPENSSL_NO_STDIO
  7. # include <stdio.h>
  8. #endif
  9. #ifndef OPENSSL_NO_MDC2
  10. # include <openssl/mdc2.h>
  11. #endif
  12. int main(void)
  13. {
  14. return 0;
  15. }