Skip to content

Commit

Permalink
Update src/core/meshcop/secure_transport.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Hui <[email protected]>
  • Loading branch information
canisLupus1313 and jwhui authored Sep 30, 2024
1 parent 5c6f144 commit 6904e65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/meshcop/secure_transport.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,7 @@ class SecureTransport : public InstanceLocator
/**
* Extracts public key from it's own certificate.
*
* @return public key from own certificate in form of entire ASN.1 field.
*
* @returns Public key from own certificate in form of entire ASN.1 field.
*/
const mbedtls_asn1_buf &GetOwnPublicKey(void) const { return mOwnCert.pk_raw; }

Expand Down

0 comments on commit 6904e65

Please sign in to comment.