From 9d5c3c1939ba9cdcc8b7cc0d1e56be2bab9a8a76 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 22 Jan 2004 22:36:46 +0000 Subject: Typo... --- crypto/x509/by_dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/x509') diff --git a/crypto/x509/by_dir.c b/crypto/x509/by_dir.c index c9bfe40ab6..6207340472 100644 --- a/crypto/x509/by_dir.c +++ b/crypto/x509/by_dir.c @@ -304,7 +304,7 @@ static int get_cert_by_subject(X509_LOOKUP *xl, int type, X509_NAME *name, { char c = '/'; #ifdef OPENSSL_SYS_VMS - char c = ctx->dirs[i][strlen(ctx->dirs[i])-1]; + c = ctx->dirs[i][strlen(ctx->dirs[i])-1]; if (c != ':' && c != '>' && c != ']') { /* If no separator is present, we assume the -- cgit v1.2.3