Skip to content

Commit df989a5

Browse files
committed
testcrypto: Remove unused lines.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1924468 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6f65d7e commit df989a5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/testcrypto.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1499,14 +1499,14 @@ static void test_crypto_block_nss_openssl(abts_case *tc, void *data)
14991499
static void test_crypto_block_openssl_nss(abts_case *tc, void *data)
15001500
{
15011501
apr_pool_t *pool = NULL;
1502-
const apr_crypto_driver_t *drivers[] = { NULL, NULL };
1502+
/* const apr_crypto_driver_t *drivers[] = { NULL, NULL }; */
15031503

1504-
const unsigned char *in = (const unsigned char *) ALIGNED_STRING;
1505-
apr_size_t inlen = sizeof(ALIGNED_STRING);
1504+
/* const unsigned char *in = (const unsigned char *) ALIGNED_STRING; */
1505+
/* apr_size_t inlen = sizeof(ALIGNED_STRING); */
15061506

15071507
apr_pool_create(&pool, NULL);
1508-
drivers[0] = get_openssl_driver(tc, pool);
1509-
drivers[1] = get_nss_driver(tc, pool);
1508+
/* drivers[0] = get_openssl_driver(tc, pool); */
1509+
/* drivers[1] = get_nss_driver(tc, pool); */
15101510
/* crypto_block_cross(tc, pool, drivers, APR_KEY_3DES_192, APR_MODE_CBC, 0,
15111511
in, inlen, 24, "KEY_3DES_192/MODE_CBC"); */
15121512

0 commit comments

Comments
 (0)