ref: 2bc15fbabddf1f1b9921dade33e64fe83eaf377a
parent: 82a922d9ed10d33d04f80d3fc19d0be4c74e9843
author: glenda <[email protected]>
date: Thu Aug 27 09:40:34 EDT 2015
mp.h: third time's a charm
--- 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] */
-mpint* 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 */