Skip to content

Commit 78d23f1

Browse files
committed
testcrypto: Remove unused lines.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.7.x@1924469 13f79535-47bb-0310-9956-ffa450edef68
1 parent 104fbb5 commit 78d23f1

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
@@ -1480,14 +1480,14 @@ static void test_crypto_block_nss_openssl(abts_case *tc, void *data)
14801480
static void test_crypto_block_openssl_nss(abts_case *tc, void *data)
14811481
{
14821482
apr_pool_t *pool = NULL;
1483-
const apr_crypto_driver_t *drivers[] = { NULL, NULL };
1483+
/* const apr_crypto_driver_t *drivers[] = { NULL, NULL }; */
14841484

1485-
const unsigned char *in = (const unsigned char *) ALIGNED_STRING;
1486-
apr_size_t inlen = sizeof(ALIGNED_STRING);
1485+
/* const unsigned char *in = (const unsigned char *) ALIGNED_STRING; */
1486+
/* apr_size_t inlen = sizeof(ALIGNED_STRING); */
14871487

14881488
apr_pool_create(&pool, NULL);
1489-
drivers[0] = get_openssl_driver(tc, pool);
1490-
drivers[1] = get_nss_driver(tc, pool);
1489+
/* drivers[0] = get_openssl_driver(tc, pool); */
1490+
/* drivers[1] = get_nss_driver(tc, pool); */
14911491
/* crypto_block_cross(tc, pool, drivers, APR_KEY_3DES_192, APR_MODE_CBC, 0,
14921492
in, inlen, 24, "KEY_3DES_192/MODE_CBC"); */
14931493

0 commit comments

Comments
 (0)