git: 9front

Download patch

ref: a5740b2f15771d90c01be93f300c5fbcb64eca5f
parent: d9ce50dbc7feb8d303a311402d4856dce05c44e7
parent: 2eed8c40d156ddd48da8019e2a1bd3a5d6d11ee6
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Sun Feb 10 19:11:28 EST 2013

merge

--- a/sys/include/mp.h
+++ b/sys/include/mp.h
@@ -45,7 +45,7 @@
 char*	mptoa(mpint*, int, char*, int);
 mpint*	letomp(uchar*, uint, mpint*);	/* byte array, little-endian */
 int	mptole(mpint*, uchar*, uint, uchar**);
-mpint*	betomp(uchar*, uint, mpint*);	/* byte array, little-endian */
+mpint*	betomp(uchar*, uint, mpint*);	/* byte array, big-endian */
 int	mptobe(mpint*, uchar*, uint, uchar**);
 uint	mptoui(mpint*);			/* unsigned int */
 mpint*	uitomp(uint, mpint*);
--