Mercurial > dropbear
diff dss.c @ 179:161557a9dde8
* fix longstanding bug with connections being closed on failure to
connect to auth socket (server)
* differentiate between get_byte and get_bool
* get rid of some // comments
* general tidying
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 13 Mar 2005 13:58:14 +0000 |
parents | 0cfba3034be5 |
children | 4349ed1b3f38 |
line wrap: on
line diff
--- a/dss.c Sun Mar 13 12:03:27 2005 +0000 +++ b/dss.c Sun Mar 13 13:58:14 2005 +0000 @@ -261,6 +261,7 @@ } #endif /* DROPBEAR_SIGNKEY_VERIFY */ +#ifdef DSS_PROTOK /* convert an unsigned mp into an array of bytes, malloced. * This array must be freed after use, len contains the length of the array, * if len != NULL */ @@ -279,6 +280,7 @@ } return ret; } +#endif /* Sign the data presented with key, writing the signature contents * to the buffer