mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 10:57:01 +00:00
fix typo
This commit is contained in:
parent
d7f2153631
commit
72a5612a29
1
dss.c
1
dss.c
@ -260,7 +260,6 @@ out:
|
|||||||
|
|
||||||
/* Sign the data presented with key, writing the signature contents
|
/* Sign the data presented with key, writing the signature contents
|
||||||
* to the buffer */
|
* to the buffer */
|
||||||
*
|
|
||||||
void buf_put_dss_sign(buffer* buf, dropbear_dss_key *key, const unsigned char* data,
|
void buf_put_dss_sign(buffer* buf, dropbear_dss_key *key, const unsigned char* data,
|
||||||
unsigned int len) {
|
unsigned int len) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user