Put #ifdef FIPS round FIPS DSA_generate_parameters .

#if 0 unimplemented ciphers so mkdef.pl doesn't pick
them up.
This commit is contained in:
Dr. Stephen Henson
2003-09-08 17:01:48 +00:00
parent f61bc950c1
commit 31b28f95be
2 changed files with 6 additions and 0 deletions

View File

@@ -71,6 +71,8 @@
#ifndef OPENSSL_NO_SHA
#ifdef FIPS
#include <stdio.h>
#include <string.h>
#include <time.h>
@@ -297,3 +299,5 @@ err:
return(ok?ret:NULL);
}
#endif
#endif