Skip to content

Commit

Permalink
feat(encryption): add kms key management
Browse files Browse the repository at this point in the history
  • Loading branch information
yujingwei committed Dec 1, 2023
1 parent bd6f195 commit 756abb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/replica/pegasus_kms_key_provider.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
#include <string>
#include <utility>

#include "runtime/security/kms_client.h"
#include "replica/key_provider.h"
#include "runtime/security/kms_client.h"
#include "utils/errors.h"

namespace dsn {
Expand Down

0 comments on commit 756abb8

Please sign in to comment.