17 lines
275 B
C
17 lines
275 B
C
|
/*
|
||
|
* Generated with test/generate_buildtest.pl, to check that such a simple
|
||
|
* program builds.
|
||
|
*/
|
||
|
#include <openssl/opensslconf.h>
|
||
|
#ifndef OPENSSL_NO_STDIO
|
||
|
# include <stdio.h>
|
||
|
#endif
|
||
|
#ifndef OPENSSL_NO_MD4
|
||
|
# include <openssl/md4.h>
|
||
|
#endif
|
||
|
|
||
|
int main(void)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|