Author: mturk
Date: Mon Sep 12 14:59:17 2011
New Revision: 1169785

URL: http://svn.apache.org/viewvc?rev=1169785&view=rev
Log:
Fix typos and rename context file

Added:
    commons/sandbox/runtime/trunk/src/main/native/modules/openssl/ctx.c
      - copied unchanged from r1167121, 
commons/sandbox/runtime/trunk/src/main/native/modules/openssl/sslctx.c
Modified:
    commons/sandbox/runtime/trunk/src/main/native/Makefile.unx.in
    commons/sandbox/runtime/trunk/src/main/native/include/acr/ssl.h
    commons/sandbox/runtime/trunk/src/main/native/modules/openssl/sslctx.c

Modified: commons/sandbox/runtime/trunk/src/main/native/Makefile.unx.in
URL: 
http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/Makefile.unx.in?rev=1169785&r1=1169784&r2=1169785&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/Makefile.unx.in (original)
+++ commons/sandbox/runtime/trunk/src/main/native/Makefile.unx.in Mon Sep 12 
14:59:17 2011
@@ -150,10 +150,10 @@ LIBSOURCES=\
 
 SSLSOURCES=\
        $(TOPDIR)/modules/openssl/api.c \
+       $(TOPDIR)/modules/openssl/ctx.c \
        $(TOPDIR)/modules/openssl/init.c \
        $(TOPDIR)/modules/openssl/password.c \
        $(TOPDIR)/modules/openssl/rand.c \
-       $(TOPDIR)/modules/openssl/sslctx.c \
        $(TOPDIR)/modules/openssl/util.c
 
 CXXSOURCES=

Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr/ssl.h
URL: 
http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/include/acr/ssl.h?rev=1169785&r1=1169784&r2=1169785&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/include/acr/ssl.h (original)
+++ commons/sandbox/runtime/trunk/src/main/native/include/acr/ssl.h Mon Sep 12 
14:59:17 2011
@@ -289,10 +289,10 @@ typedef struct acr_ssl_ctxt_t {
     long             stapling_resptime_skew;
     long             stapling_resp_maxage;
     int              stapling_cache_timeout;
-    BOOL             stapling_return_errors;
-    BOOL             stapling_fake_trylater;
+    bool             stapling_return_errors;
+    bool             stapling_fake_trylater;
     int              stapling_errcache_timeout;
-    arc_time_t       stapling_responder_timeout;
+    acr_time_t       stapling_responder_timeout;
     const char      *stapling_force_url;
 #endif
 


Reply via email to