Skip to content

Commit 9da9817

Browse files
move test case to the correct location for stub macro guard
1 parent b22cc12 commit 9da9817

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/api.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28725,9 +28725,6 @@ static int test_wolfSSL_BN_CTX(void)
2872528725

2872628726
ExpectNotNull(bn_ctx = BN_CTX_new());
2872728727

28728-
/* No implementation. */
28729-
BN_CTX_init(NULL);
28730-
2873128728
ExpectNull(BN_CTX_get(NULL));
2873228729
ExpectNotNull(BN_CTX_get(bn_ctx));
2873328730
ExpectNotNull(BN_CTX_get(bn_ctx));
@@ -28740,6 +28737,7 @@ static int test_wolfSSL_BN_CTX(void)
2874028737
/* No implementation. */
2874128738
BN_CTX_start(NULL);
2874228739
BN_CTX_start(bn_ctx);
28740+
BN_CTX_init(NULL);
2874328741
#endif
2874428742

2874528743
BN_CTX_free(NULL);

0 commit comments

Comments
 (0)