summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/bn/general/bntest.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/regress/lib/libcrypto/bn/general/bntest.c b/src/regress/lib/libcrypto/bn/general/bntest.c
index 4f08dc473f..53cce74ae0 100644
--- a/src/regress/lib/libcrypto/bn/general/bntest.c
+++ b/src/regress/lib/libcrypto/bn/general/bntest.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: bntest.c,v 1.23 2021/11/25 11:07:17 tb Exp $ */ 1/* $OpenBSD: bntest.c,v 1.24 2021/12/29 23:00:32 tb 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 *
@@ -2282,8 +2282,6 @@ test_sqrt(BIO *bp, BN_CTX *ctx)
2282 goto err; 2282 goto err;
2283 if ((r = BN_new()) == NULL) 2283 if ((r = BN_new()) == NULL)
2284 goto err; 2284 goto err;
2285 if (a == NULL || p == NULL || r == NULL)
2286 goto err;
2287 2285
2288 if ((cb = BN_GENCB_new()) == NULL) 2286 if ((cb = BN_GENCB_new()) == NULL)
2289 goto err; 2287 goto err;