Make tesfipsssl pass.

This commit is contained in:
Andy Polyakov 2007-08-21 15:26:51 +00:00
parent 7d59e441ca
commit 4d27e3d339
3 changed files with 3 additions and 3 deletions

View File

@ -413,7 +413,7 @@ int main(int argc, char *argv[])
long bytes=256L;
#ifndef OPENSSL_NO_DH
DH *dh;
int dhe1024 = 0, dhe1024dsa = 0;
int dhe1024 = 1, dhe1024dsa = 0;
#endif
#ifndef OPENSSL_NO_ECDH
EC_KEY *ecdh = NULL;

View File

@ -7,7 +7,7 @@ RANDFILE = ./.rnd
####################################################################
[ req ]
default_bits = 512
default_bits = 1024
default_keyfile = keySS.pem
distinguished_name = req_distinguished_name
encrypt_rsa_key = no

View File

@ -7,7 +7,7 @@ RANDFILE = ./.rnd
####################################################################
[ req ]
default_bits = 512
default_bits = 1024
default_keyfile = keySS.pem
distinguished_name = req_distinguished_name
encrypt_rsa_key = no