diff options
| author | Peter Maydell | 2018-07-24 18:51:36 +0200 |
|---|---|---|
| committer | Peter Maydell | 2018-07-24 18:51:36 +0200 |
| commit | debe96fdeca911247d4b4862ce0a2a5bc27d6b35 (patch) | |
| tree | aedfa592cee91f1cde2d85901130c211798d4c99 /include | |
| parent | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... (diff) | |
| parent | tests: fix TLS handshake failure with TLS 1.3 (diff) | |
| download | qemu-debe96fdeca911247d4b4862ce0a2a5bc27d6b35.tar.gz qemu-debe96fdeca911247d4b4862ce0a2a5bc27d6b35.tar.xz qemu-debe96fdeca911247d4b4862ce0a2a5bc27d6b35.zip | |
Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-pull-request' into staging
Fix unit test compatibility with TLS 1.3
# gpg: Signature made Tue 24 Jul 2018 17:44:14 BST
# gpg: using RSA key BE86EBB415104FDF
# gpg: Good signature from "Daniel P. Berrange <dan@berrange.com>"
# gpg: aka "Daniel P. Berrange <berrange@redhat.com>"
# Primary key fingerprint: DAF3 A6FD B26B 6291 2D0E 8E3F BE86 EBB4 1510 4FDF
* remotes/berrange/tags/qcrypto-next-pull-request:
tests: fix TLS handshake failure with TLS 1.3
tests: use error_abort in places expecting errors
tests: don't silence error reporting for all tests
tests: call qcrypto_init instead of gnutls_global_init
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/crypto/init.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/crypto/init.h b/include/crypto/init.h index 04c1edf770..f79c02266b 100644 --- a/include/crypto/init.h +++ b/include/crypto/init.h @@ -21,6 +21,8 @@ #ifndef QCRYPTO_INIT_H #define QCRYPTO_INIT_H +#include "qapi/error.h" + int qcrypto_init(Error **errp); #endif /* QCRYPTO_INIT_H */ |
