On 6/22/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

+++ apr/apr-util/trunk/test/testssl.c Thu Jun 22 09:56:57 2006
@@ -52,12 +52,15 @@
     apr_ssl_factory_t *asf = NULL;
     apr_sockaddr_t *remoteSA;
     apr_status_t rv;
+    const char *libName;

 #ifdef APU_HAVE_SSL

     (void) apr_initialize();
     apr_pool_create(&pool, NULL);
     atexit(apr_terminate);
+
+    printf("SSL Library: %s\n", apr_ssl_library_name());

     if (apr_ssl_factory_create(&asf, NULL, NULL, NULL, pool) != APR_SUCCESS) {
         fprintf(stderr, "Unable to create client factory\n");

I think that libName variable is a holdover from previous versions of
this code...

-garrett

Reply via email to