Deleted Added
full compact
21a22
> my $not_our_fault="\nPlease ask your system administrator/vendor for more information.\n[Problems with your operating system setup should not be reported\nto the OpenSSL project.]\n";
79c80
< print TEST "#include <stdio.h>\nmain(){printf(\"Hello world\\n\");}\n";
---
> print TEST "#include <stdio.h>\n#include <errno.h>\nmain(){printf(\"Hello world\\n\");}\n";
83a85
> print OUT $not_our_fault;
88a91
> print OUT $not_our_fault;
104a108
> print OUT $not_our_fault;
135a140,146
> if (`echo 4+1 | bc` != 5)
> {
> print OUT "Can't run bc! Test skipped.\n";
> print OUT $not_our_fault;
> goto err;
> }
>