ref: 82a922d9ed10d33d04f80d3fc19d0be4c74e9843
parent: d8a1f1a647d396bda237df5e996b4d49a948eda9
author: glenda <[email protected]>
date: Thu Aug 27 09:35:13 EDT 2015
mp.h: oops
--- a/sys/include/mp.h
+++ b/sys/include/mp.h
@@ -39,7 +39,7 @@
/* random bits */
mpint* mprand(int bits, void (*gen)(uchar*, int), mpint *b);
/* return uniform random [0..n-1] */
-mmpint* mpnrand(mpint *n, void (*gen)(uchar*, int), mpint *b)
+mpint* mpnrand(mpint *n, void (*gen)(uchar*, int), mpint *b)
/* conversion */
mpint* strtomp(char*, char**, int, mpint*); /* ascii */