And so it begins...

This commit is contained in:
Dr. Stephen Henson
2007-03-22 00:39:24 +00:00
parent 79b335a4b5
commit aeb9ccfaad
297 changed files with 36875 additions and 4057 deletions

View File

@@ -82,6 +82,8 @@
#include <openssl/rand.h>
#include <openssl/sha.h>
#ifndef OPENSSL_FIPS
static int dsa_builtin_paramgen(DSA *ret, int bits,
unsigned char *seed_in, int seed_len,
int *counter_ret, unsigned long *h_ret, BN_GENCB *cb);
@@ -313,3 +315,4 @@ err:
return ok;
}
#endif
#endif