Skip to content

Commit d08e56d

Browse files
committed
fixup! chore: move aead to separate file
1 parent b16a13d commit d08e56d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/aead.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// AEAD (Authenticated Encryption with Associated Data)
33
#ifdef OPENSSL_IS_BORINGSSL
44
#include "aead.h"
5+
#include "ncrypto.h"
56

67
const Aead Aead::FromName(std::string_view name) {
78
for (const auto& [construct, info] : aeadIndex) {

0 commit comments

Comments
 (0)