buildtest_conf_api.c 285 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_CONF_API
  10. # include <openssl/conf_api.h>
  11. #endif
  12. int main(void)
  13. {
  14. return 0;
  15. }