]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Replace OS_SPECIFIC_DIRSEP with PATH_SEPARATOR
authorArne Schwabe <arne@rfc2549.org>
Thu, 22 Apr 2021 15:29:38 +0000 (17:29 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 3 May 2021 06:14:53 +0000 (08:14 +0200)
commitd4c1a453c2084fa09baeee58cda0a9823e0b5038
treed421293231e8e736abcabff51a243bef0ddb64da
parent8c18d7c9323084d1b346ea303cf8cfd60d280e56
Replace OS_SPECIFIC_DIRSEP with PATH_SEPARATOR

We have two define that do exactly the same. Also move the check
from configure.ac to syshead.h since it is really only checking
for Windows.

Patch V2: Also remove from config-msvc.h

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20210422152939.2134046-5-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg22203.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
config-msvc.h
configure.ac
src/openvpn/platform.c
src/openvpn/ssl_verify.c
src/openvpn/syshead.h