We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b16a13d commit d08e56dCopy full SHA for d08e56d
src/aead.cpp
@@ -2,6 +2,7 @@
2
// AEAD (Authenticated Encryption with Associated Data)
3
#ifdef OPENSSL_IS_BORINGSSL
4
#include "aead.h"
5
+#include "ncrypto.h"
6
7
const Aead Aead::FromName(std::string_view name) {
8
for (const auto& [construct, info] : aeadIndex) {
0 commit comments