summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_log.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-02-20 20:59:21 +0000
committerUlf Möller <ulf@openssl.org>2000-02-20 20:59:21 +0000
commit4ec19e203c7ad918c1fb61dfdf92042bca113238 (patch)
tree586755a9dba84874a2b061e0790d824c346ec47a /crypto/bio/bss_log.c
parentd754b3850f0230c187236d89c42d1a971a97264d (diff)
Fix gcc warnings.
Diffstat (limited to 'crypto/bio/bss_log.c')
-rw-r--r--crypto/bio/bss_log.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/bio/bss_log.c b/crypto/bio/bss_log.c
index 497c8aee61..b52fbe1d4c 100644
--- a/crypto/bio/bss_log.c
+++ b/crypto/bio/bss_log.c
@@ -133,11 +133,10 @@ static int MS_CALLBACK slg_write(BIO *b, char *in, int inl)
char* buf= in;
char* pp;
#if defined(WIN32)
- LPTSTR lpszStrings[2];
+ LPCSTR lpszStrings[2];
WORD evtype= EVENTLOG_ERROR_TYPE;
int pid = _getpid();
char pidbuf[20];
- int pidbufl;
#else
int priority;
#endif