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