]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/crypto-tls-psk-helpers.h
i386: Update new x86_apicid parsing rules with die_offset support
[mirror_qemu.git] / tests / crypto-tls-psk-helpers.h
index 9aec29f1a04171faa61f495054124d878a188882..5aa9951cb6fb321698eae91dcba8fb52f2b81227 100644 (file)
  * Author: Richard W.M. Jones <rjones@redhat.com>
  */
 
+#ifndef TESTS_CRYPTO_TLS_PSK_HELPERS_H
+#define TESTS_CRYPTO_TLS_PSK_HELPERS_H
+
 #include <gnutls/gnutls.h>
 
 #ifdef QCRYPTO_HAVE_TLS_TEST_SUPPORT
-# include "qemu-common.h"
 
 void test_tls_psk_init(const char *keyfile);
 void test_tls_psk_cleanup(const char *keyfile);
 
 #endif /* QCRYPTO_HAVE_TLS_TEST_SUPPORT */
+
+#endif