Correct comment
This commit is contained in:
parent
0c354212fd
commit
90eb168c2b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user