Fix warnings.
This commit is contained in:
parent
4db3e88459
commit
a5873a8d3d
@ -3,7 +3,7 @@
|
|||||||
#ifndef OPENSSL_FIPS
|
#ifndef OPENSSL_FIPS
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
int main()
|
int main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
printf("No FIPS DSA support\n");
|
printf("No FIPS DSA support\n");
|
||||||
return(0);
|
return(0);
|
||||||
|
@ -11,7 +11,8 @@
|
|||||||
|
|
||||||
#ifndef OPENSSL_FIPS
|
#ifndef OPENSSL_FIPS
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
int main()
|
|
||||||
|
int main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
printf("No FIPS RNG support\n");
|
printf("No FIPS RNG support\n");
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user