svn commit: r1924469 - /apr/apr-util/branches/1.7.x/test/testcrypto.c

[email protected]
Newsgroups gmane.comp.apache.apr.cvs
Message-ID <[email protected]>
Author: minfrin
Date: Wed Mar 19 14:22:01 2025
New Revision: 1924469

URL: http://svn.apache.org/viewvc?rev=1924469&view=rev
Log:
testcrypto: Remove unused lines.

Modified:
    apr/apr-util/branches/1.7.x/test/testcrypto.c

Modified: apr/apr-util/branches/1.7.x/test/testcrypto.c
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.7.x/test/testcrypto.c?rev=1924469&r1=1924468&r2=1924469&view=diff
==============================================================================
--- apr/apr-util/branches/1.7.x/test/testcrypto.c (original)
+++ apr/apr-util/branches/1.7.x/test/testcrypto.c Wed Mar 19 14:22:01 2025
@@ -1480,14 +1480,14 @@ static void test_crypto_block_nss_openss
 static void test_crypto_block_openssl_nss(abts_case *tc, void *data)
 {
     apr_pool_t *pool = NULL;
-    const apr_crypto_driver_t *drivers[] = { NULL, NULL };
+    /* const apr_crypto_driver_t *drivers[] = { NULL, NULL }; */
 
-    const unsigned char *in = (const unsigned char *) ALIGNED_STRING;
-    apr_size_t inlen = sizeof(ALIGNED_STRING);
+    /* const unsigned char *in = (const unsigned char *) ALIGNED_STRING; */
+    /* apr_size_t inlen = sizeof(ALIGNED_STRING); */
 
     apr_pool_create(&pool, NULL);
-    drivers[0] = get_openssl_driver(tc, pool);
-    drivers[1] = get_nss_driver(tc, pool);
+    /* drivers[0] = get_openssl_driver(tc, pool); */
+    /* drivers[1] = get_nss_driver(tc, pool); */
     /* crypto_block_cross(tc, pool, drivers, APR_KEY_3DES_192, APR_MODE_CBC, 0,
             in, inlen, 24, "KEY_3DES_192/MODE_CBC"); */
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.