diff options
author | glenda <glenda@cirno.localdomain> | 2015-08-27 13:40:34 +0000 |
---|---|---|
committer | glenda <glenda@cirno.localdomain> | 2015-08-27 13:40:34 +0000 |
commit | 2bc15fbabddf1f1b9921dade33e64fe83eaf377a (patch) | |
tree | f39159e5a85d56eb74da116450f4474d5e6b0aba /sys/include | |
parent | 82a922d9ed10d33d04f80d3fc19d0be4c74e9843 (diff) |
mp.h: third time's a charm
Diffstat (limited to 'sys/include')
-rw-r--r-- | sys/include/mp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/include/mp.h b/sys/include/mp.h index bcf91f20b..14061adc7 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] */ -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 */ |