summaryrefslogtreecommitdiff
path: root/sys/include/mp.h
diff options
context:
space:
mode:
authorglenda <glenda@cirno.localdomain>2015-08-27 13:35:13 +0000
committerglenda <glenda@cirno.localdomain>2015-08-27 13:35:13 +0000
commit82a922d9ed10d33d04f80d3fc19d0be4c74e9843 (patch)
tree884409370f25a7b6e852b148cb8dfce55405265a /sys/include/mp.h
parentd8a1f1a647d396bda237df5e996b4d49a948eda9 (diff)
mp.h: oops
Diffstat (limited to 'sys/include/mp.h')
-rw-r--r--sys/include/mp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/include/mp.h b/sys/include/mp.h
index 04ef6a7b5..bcf91f20b 100644
--- a/sys/include/mp.h
+++ b/sys/include/mp.h
@@ -39,7 +39,7 @@ void mpassign(mpint *old, mpint *new);
/* 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 */