This commit is contained in:
Richard Levitte 2004-01-22 22:36:48 +00:00
parent 6bff79629e
commit a1d37a96df

View File

@ -304,7 +304,7 @@ static int get_cert_by_subject(X509_LOOKUP *xl, int type, X509_NAME *name,
{ {
char c = '/'; char c = '/';
#ifdef OPENSSL_SYS_VMS #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 (c != ':' && c != '>' && c != ']')
{ {
/* If no separator is present, we assume the /* If no separator is present, we assume the