| commit | 1a54618ba6ec09b85f00f5ca12ef275b429ff18a | [log] [tgz] |
|---|---|---|
| author | Matt Caswell <matt@openssl.org> | Mon Mar 19 11:29:06 2018 +0000 |
| committer | Matt Caswell <matt@openssl.org> | Mon Mar 19 16:37:28 2018 +0000 |
| tree | 41010da277bf9519dd10c3a17bbe8ad5e3d1dd40 | |
| parent | 4bfb96f2ad01d71836cfccceb7b15102f0f59055 [diff] |
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)