X Tutup
The Wayback Machine - https://web.archive.org/web/20230218101103/https://github.com/nodejs/node/commit/090f86955f
Skip to content
Permalink
Browse files
src: fix minor comment typo in KeyObjectData
PR-URL: #34167
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: David Carlier <devnexen@gmail.com>
  • Loading branch information
danbev authored and addaleax committed Sep 28, 2020
1 parent b828560 commit 090f869
Showing 1 changed file with 1 addition and 1 deletion.
@@ -419,7 +419,7 @@ class KeyObjectData {
KeyType GetKeyType() const;

// These functions allow unprotected access to the raw key material and should
// only be used to implement cryptograohic operations requiring the key.
// only be used to implement cryptographic operations requiring the key.
ManagedEVPPKey GetAsymmetricKey() const;
const char* GetSymmetricKey() const;
size_t GetSymmetricKeySize() const;

0 comments on commit 090f869

Please sign in to comment.
X Tutup