Fix no-posix-io compile failure
authorMatt Caswell <matt@openssl.org>
Mon, 19 Mar 2018 11:29:06 +0000 (11:29 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 19 Mar 2018 16:37:28 +0000 (16:37 +0000)
commit1a54618ba6ec09b85f00f5ca12ef275b429ff18a
tree41010da277bf9519dd10c3a17bbe8ad5e3d1dd40
parent4bfb96f2ad01d71836cfccceb7b15102f0f59055
Fix no-posix-io compile failure

The fix in conf_include_test.c  seems to be required because some
compilers give an error if you give an empty string for the second
argument to strpbrk(). It doesn't really make sense to send an empty
string for this argument anyway, so make sure it has at least one character
in it.

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/5666)
apps/ocsp.c
test/conf_include_test.c