summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2001-11-20 05:19:20 +0000
committerGeoff Thorpe <geoff@openssl.org>2001-11-20 05:19:20 +0000
commit832e09cd233c2b41e94d6b674db0ec10c82ecd0e (patch)
treedeb89aedbd105f81ecdfe14b99f19d675fc97c88 /crypto
parent879d789a422753b2e0b96badf5ebf575d079b7e1 (diff)
Testing on WIN32 turned up a faulty default value.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/engine/hw_keyclient.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/engine/hw_keyclient.c b/crypto/engine/hw_keyclient.c
index 257d243334..9de8e5524d 100644
--- a/crypto/engine/hw_keyclient.c
+++ b/crypto/engine/hw_keyclient.c
@@ -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