]> granicus.if.org Git - openssl/commitdiff
Testing on WIN32 turned up a faulty default value.
authorGeoff Thorpe <geoff@openssl.org>
Tue, 20 Nov 2001 05:19:20 +0000 (05:19 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Tue, 20 Nov 2001 05:19:20 +0000 (05:19 +0000)
crypto/engine/hw_keyclient.c

index 257d243334c154499e89b13954ed9f5c33e0fbe4..9de8e5524d0820ef34158d3bf9320916a9fcf15e 100644 (file)
@@ -253,7 +253,11 @@ static kc_global_ctx kc_global =
        {
        0, /* not initialised */
        NULL, /* no context yet */
+#ifdef WIN32
+       "IP:127.0.0.1:9001" /* win32 uses this by default */
+#else
        "UNIX:/tmp/kclient" /* default address string */
+#endif
        };
 
 /* In a no-threading environment where file-descriptor limits won't be a