We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ec0aa commit 72f44f0Copy full SHA for 72f44f0
1 file changed
src/lib/tls/tls13/tls_transcript_hash_13.cpp
@@ -12,6 +12,8 @@
12
#include <botan/tls_messages.h>
13
#include <botan/tls_exceptn.h>
14
15
+#include <utility>
16
+
17
namespace Botan::TLS {
18
19
Transcript_Hash_State::Transcript_Hash_State(const std::string &algo_spec)
0 commit comments