Skip to content

Commit

Permalink
remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
rockspore committed Oct 27, 2023
1 parent d84bc72 commit a14f078
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/tsi/alts/crypt/aes_gcm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ struct gsec_aes_gcm_aead_crypter {
size_t nonce_length;
size_t tag_length;
EVP_CIPHER_CTX* ctx;
// std::unique_ptr<grpc_core::GsecKeyInterface> gsec_key;
grpc_core::GsecKeyInterface* gsec_key;
};

Expand Down

0 comments on commit a14f078

Please sign in to comment.