Skip to content
Snippets Groups Projects
Commit 0709249f authored by Richard Levitte's avatar Richard Levitte
Browse files

Complete the change for VMS.

parent 89c9c667
No related branches found
No related tags found
No related merge requests found
......@@ -357,7 +357,7 @@ static int get_cert_by_subject(X509_LOOKUP *xl, int type, X509_NAME *name,
{
char c = '/';
#ifdef OPENSSL_SYS_VMS
c = ent->dir[strlen(ctx->dirs[i])-1];
c = ent->dir[strlen(ent->dir)-1];
if (c != ':' && c != '>' && c != ']')
{
/* If no separator is present, we assume the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment