summaryrefslogtreecommitdiffstats
path: root/crypto/bn/exptest.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-10-04 06:23:15 +0000
committerAndy Polyakov <appro@openssl.org>2005-10-04 06:23:15 +0000
commit22cd982566135496f6f6f804559dfa45b9a02067 (patch)
tree8f2485d4c3aad73e1ed8fb16a2005c2fbbb474e1 /crypto/bn/exptest.c
parent682b112abc7489a0e24039b9516457f13bb91309 (diff)
Fix typo in exptest.c.
Diffstat (limited to 'crypto/bn/exptest.c')
-rw-r--r--crypto/bn/exptest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/exptest.c b/crypto/bn/exptest.c
index f598a07cf5..89ebcc8711 100644
--- a/crypto/bn/exptest.c
+++ b/crypto/bn/exptest.c
@@ -163,7 +163,7 @@ int main(int argc, char *argv[])
{
if (BN_cmp(r_simple,r_mont) != 0)
printf("\nsimple and mont results differ\n");
- if (BN_cmp(r_simple,r_mont) != 0)
+ if (BN_cmp(r_simple,r_mont_const) != 0)
printf("\nsimple and mont const time results differ\n");
if (BN_cmp(r_simple,r_recp) != 0)
printf("\nsimple and recp results differ\n");