search for: make_clon

Displaying 2 results from an estimated 2 matches for "make_clon".

Did you mean: make_clone
2019 Nov 28
3
[PATCH] remove stray `;` after function definitions
...cifier-requires-void-argument.patch Type: text/x-patch Size: 4390 bytes Desc: not available URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20191127/d3d24d15/attachment.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0002-Fix-sha2-MAKE_CLONE-no-op-definition.patch Type: text/x-patch Size: 970 bytes Desc: not available URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20191127/d3d24d15/attachment-0001.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0003-Remove-trailing-...
2019 Nov 27
2
[PATCH] remove stray `;` after function definitions
This is not valid in ISO C. --- ssh-sk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ssh-sk.c b/ssh-sk.c index 2b25c42f..3d6ac3d0 100644 --- a/ssh-sk.c +++ b/ssh-sk.c @@ -153,7 +153,7 @@ sshsk_free_enroll_response(struct sk_enroll_response *r) freezero(r->signature, r->signature_len); freezero(r->attestation_cert, r->attestation_cert_len); freezero(r,