summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/exp/exptest.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/regress/lib/libcrypto/exp/exptest.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/exp/exptest.c b/src/regress/lib/libcrypto/exp/exptest.c
index 9c683464f6..abed6adb70 100644
--- a/src/regress/lib/libcrypto/exp/exptest.c
+++ b/src/regress/lib/libcrypto/exp/exptest.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: exptest.c,v 1.5 2018/07/17 17:06:49 tb Exp $ */ 1/* $OpenBSD: exptest.c,v 1.6 2018/11/08 21:40:52 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -329,6 +329,8 @@ int main(int argc, char *argv[])
329 } 329 }
330 BN_free(r_mont); 330 BN_free(r_mont);
331 BN_free(r_mont_const); 331 BN_free(r_mont_const);
332 BN_free(r_mont_ct);
333 BN_free(r_mont_nonct);
332 BN_free(r_recp); 334 BN_free(r_recp);
333 BN_free(r_simple); 335 BN_free(r_simple);
334 BN_free(a); 336 BN_free(a);