Correct comment

This commit is contained in:
Jacob Eva 2025-08-02 18:05:28 +01:00
parent 0c354212fd
commit 90eb168c2b
2 changed files with 2 additions and 1 deletions

View File

@ -1252,7 +1252,7 @@ int rnode_set_checksum(struct RNode* rn, uint8_t* checksum) {
}
/* Generate's an RNode's EEPROM signature from the checksum
* THE RETURNED POINTER MUST BE free()'D!
* THE RETURNED POINTER MUST BE OPENSSL_free()'D!
* Scope: public
* Returns
* 0 - success

View File

@ -447,6 +447,7 @@ int rnode_calculate_checksum(struct RNode* rn, uint8_t* checksum);
int rnode_set_checksum(struct RNode* rn, uint8_t* checksum);
/* Generate's an RNode's EEPROM signature from the checksum
* THE RETURNED POINTER MUST BE OPENSSL_free()'D!
* Scope: public
* Returns
* 0 - success