diff options
| author | Daniel P. Berrangé <berrange@redhat.com> | 2022-03-04 10:27:42 +0000 |
|---|---|---|
| committer | Daniel P. Berrangé <berrange@redhat.com> | 2022-04-26 16:12:25 +0100 |
| commit | c6b310b37c3e3f898d56955646e6d49c60ef7a63 (patch) | |
| tree | 7d7f62869dda93a821d258b3bdf6a3b9e3aa0528 /include/qemu/osdep.h | |
| parent | a1755db71e34df016ffc10aa0727360aae2c6036 (diff) | |
| download | focaccia-qemu-c6b310b37c3e3f898d56955646e6d49c60ef7a63.tar.gz focaccia-qemu-c6b310b37c3e3f898d56955646e6d49c60ef7a63.zip | |
softmmu: remove deprecated --enable-fips option
Users requiring FIPS support must build QEMU with either the libgcrypt or gnutls libraries as the crytography backend. Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'include/qemu/osdep.h')
| -rw-r--r-- | include/qemu/osdep.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/qemu/osdep.h b/include/qemu/osdep.h index baaa23c156..52d81c027b 100644 --- a/include/qemu/osdep.h +++ b/include/qemu/osdep.h @@ -553,9 +553,6 @@ int qemu_pipe(int pipefd[2]); void qemu_set_cloexec(int fd); -void fips_set_state(bool requested); -bool fips_get_state(void); - /* Return a dynamically allocated directory path that is appropriate for storing * local state. * |