Skip to content

Commit c0821e0

Browse files
committedMar 19, 2025·
testcrypto: Remove unused lines from test_crypto_block_openssl_nss_pad()
git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.7.x@1924473 13f79535-47bb-0310-9956-ffa450edef68
1 parent 55b04da commit c0821e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎test/testcrypto.c

+5-5
Original file line numberDiff line numberDiff line change
@@ -1976,14 +1976,14 @@ static void test_crypto_block_nss_openssl_pad(abts_case *tc, void *data)
19761976
static void test_crypto_block_openssl_nss_pad(abts_case *tc, void *data)
19771977
{
19781978
apr_pool_t *pool = NULL;
1979-
const apr_crypto_driver_t *drivers[] = { NULL, NULL };
1979+
/* const apr_crypto_driver_t *drivers[] = { NULL, NULL }; */
19801980

1981-
const unsigned char *in = (const unsigned char *) TEST_STRING;
1982-
apr_size_t inlen = sizeof(TEST_STRING);
1981+
/* const unsigned char *in = (const unsigned char *) TEST_STRING; */
1982+
/* apr_size_t inlen = sizeof(TEST_STRING); */
19831983

19841984
apr_pool_create(&pool, NULL);
1985-
drivers[0] = get_openssl_driver(tc, pool);
1986-
drivers[1] = get_nss_driver(tc, pool);
1985+
/* drivers[0] = get_openssl_driver(tc, pool); */
1986+
/* drivers[1] = get_nss_driver(tc, pool); */
19871987
/* crypto_block_cross(tc, pool, drivers, APR_KEY_3DES_192, APR_MODE_CBC, 1,
19881988
in, inlen, 24, "KEY_3DES_192/MODE_CBC"); */
19891989

0 commit comments

Comments
 (0)