The unified diff between revisions [63530dac..] and [e99d4659..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'dss.c'

#
#
# patch "dss.c"
#  from [fca4c893b5e1d02795699d1a43503d3caac6bb87]
#    to [05beaaaa9c0eed14b7b865979aeb9c9dbaca1220]
#
============================================================
--- dss.c	fca4c893b5e1d02795699d1a43503d3caac6bb87
+++ dss.c	05beaaaa9c0eed14b7b865979aeb9c9dbaca1220
@@ -261,6 +261,7 @@ out:
 }
 #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 @@ static unsigned char* mptobytes(mp_int *
 	}
 	return ret;
 }
+#endif

 /* Sign the data presented with key, writing the signature contents
  * to the buffer