mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
ui: move files to ui/ and include/ui/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
2870dc3456
commit
28ecbaeecb
80 changed files with 95 additions and 101 deletions
9
ui/qemu-x509.h
Normal file
9
ui/qemu-x509.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef QEMU_X509_H
|
||||
#define QEMU_X509_H
|
||||
|
||||
#define X509_CA_CERT_FILE "ca-cert.pem"
|
||||
#define X509_CA_CRL_FILE "ca-crl.pem"
|
||||
#define X509_SERVER_KEY_FILE "server-key.pem"
|
||||
#define X509_SERVER_CERT_FILE "server-cert.pem"
|
||||
|
||||
#endif /* QEMU_X509_H */
|
Loading…
Add table
Add a link
Reference in a new issue