diff options
| author | jsing <> | 2017-01-24 06:45:39 +0000 | 
|---|---|---|
| committer | jsing <> | 2017-01-24 06:45:39 +0000 | 
| commit | b3e7077e506a654d0c74fe56dc42ca53b6ca9f68 (patch) | |
| tree | 2e46e0e693dc7553b26b48acea78302dfb8fca89 /src | |
| parent | 09673f56976efe736937a01c5aeeed0e0ce3a716 (diff) | |
| download | openbsd-b3e7077e506a654d0c74fe56dc42ca53b6ca9f68.tar.gz openbsd-b3e7077e506a654d0c74fe56dc42ca53b6ca9f68.tar.bz2 openbsd-b3e7077e506a654d0c74fe56dc42ca53b6ca9f68.zip | |
Use prime256v1 for tests unless otherwise specified.
Diffstat (limited to '')
| -rw-r--r-- | src/regress/lib/libssl/ssl/ssltest.c | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/src/regress/lib/libssl/ssl/ssltest.c b/src/regress/lib/libssl/ssl/ssltest.c index a70333e537..5a1d1f5b0a 100644 --- a/src/regress/lib/libssl/ssl/ssltest.c +++ b/src/regress/lib/libssl/ssl/ssltest.c | |||
| @@ -793,11 +793,7 @@ bad: | |||
| 793 | goto end; | 793 | goto end; | 
| 794 | } | 794 | } | 
| 795 | } else | 795 | } else | 
| 796 | #ifdef OPENSSL_NO_EC2M | ||
| 797 | nid = NID_X9_62_prime256v1; | 796 | nid = NID_X9_62_prime256v1; | 
| 798 | #else | ||
| 799 | nid = NID_sect163r2; | ||
| 800 | #endif | ||
| 801 | 797 | ||
| 802 | ecdh = EC_KEY_new_by_curve_name(nid); | 798 | ecdh = EC_KEY_new_by_curve_name(nid); | 
| 803 | if (ecdh == NULL) { | 799 | if (ecdh == NULL) { | 
