Skip to content

Commit 17b347a

Browse files
committed
testcrypto: Remove unused lines from test_crypto_block_openssl_nss_pad()
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1924472 13f79535-47bb-0310-9956-ffa450edef68
1 parent df989a5 commit 17b347a

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
@@ -2005,14 +2005,14 @@ static void test_crypto_block_nss_openssl_pad(abts_case *tc, void *data)
20052005
static void test_crypto_block_openssl_nss_pad(abts_case *tc, void *data)
20062006
{
20072007
apr_pool_t *pool = NULL;
2008-
const apr_crypto_driver_t *drivers[] = { NULL, NULL };
2008+
/* const apr_crypto_driver_t *drivers[] = { NULL, NULL }; */
20092009

2010-
const unsigned char *in = (const unsigned char *) TEST_STRING;
2011-
apr_size_t inlen = sizeof(TEST_STRING);
2010+
/* const unsigned char *in = (const unsigned char *) TEST_STRING; */
2011+
/* apr_size_t inlen = sizeof(TEST_STRING); */
20122012

20132013
apr_pool_create(&pool, NULL);
2014-
drivers[0] = get_openssl_driver(tc, pool);
2015-
drivers[1] = get_nss_driver(tc, pool);
2014+
/* drivers[0] = get_openssl_driver(tc, pool); */
2015+
/* drivers[1] = get_nss_driver(tc, pool); */
20162016
/* crypto_block_cross(tc, pool, drivers, APR_KEY_3DES_192, APR_MODE_CBC, 1,
20172017
in, inlen, 24, "KEY_3DES_192/MODE_CBC"); */
20182018

0 commit comments

Comments
 (0)