summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorappro <appro>2007-08-21 15:26:51 +0000
committerappro <appro>2007-08-21 15:26:51 +0000
commitdb6c30f26fb8095c9ef41263cd2928dfbf8e8625 (patch)
tree8904dab1956cbe99349915e1e39b9b2f80e75fd5
parent8e5cbd772b4c9516a94a0da6ef6bfd6d6269c3d6 (diff)
downloadopenssl-db6c30f26fb8095c9ef41263cd2928dfbf8e8625.tar.gz
Make tesfipsssl pass.FIPS_098_TEST_4
-rw-r--r--ssl/ssltest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssltest.c b/ssl/ssltest.c
index 1003f3708..82086d171 100644
--- a/ssl/ssltest.c
+++ b/ssl/ssltest.c
@@ -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;