commit | 986bc8ded9a5459e72951cc91b53cf2b52eb735f | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Thu May 03 22:50:23 2018 +0300 |
committer | Michael S. Tsirkin <mst@redhat.com> | Fri Jun 01 19:20:37 2018 +0300 |
tree | b803626450700ecf506bc180f9a06bc5e39acf9d | |
parent | 0d8c41dae5b0566d0022be2af84d50ff456b3537 [diff] |
crypto: use local path for local headers When pulling in headers that are in the same directory as the C file (as opposed to one in include/), we should use its relative path, without a directory. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Acked-by: Daniel P. Berrangé <berrange@redhat.com>