Don't override the PATH_SEP definition if present
commitaa47b5f1a37f8284e994f2acd1a769f41938c6c6
authorJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 25 May 2020 18:43:15 +0000 (25 14:43 -0400)
committerNicolas Williams <nico@twosigma.com>
Tue, 26 May 2020 16:48:45 +0000 (26 11:48 -0500)
tree0a620571aab9ff19417c83196fc5d3c4bbf82219
parent6bdbf3ca273d6f24e25f1277add70931d0a6a5fd
Don't override the PATH_SEP definition if present

PATH_SEP is declared on Windows to be ";" and not ":"
by include/config.h.w32.

lib/base/context.c and lib/hx509.c must not override an existing
setting.  Otherwise, file lists cannot be separated and will be
treated as a single file name.

Change-Id: I5521188faca36e41fbae95fbb8942970eab261c8
lib/base/context.c
lib/hx509/cert.c