summaryrefslogtreecommitdiff
path: root/beecrypt/rsapk.h
diff options
context:
space:
mode:
Diffstat (limited to 'beecrypt/rsapk.h')
-rw-r--r--beecrypt/rsapk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/beecrypt/rsapk.h b/beecrypt/rsapk.h
index 682146b4c..e4d71c453 100644
--- a/beecrypt/rsapk.h
+++ b/beecrypt/rsapk.h
@@ -34,7 +34,7 @@
*/
typedef struct
{
- mp32barrett n;
+ mpbarrett n;
mpnumber e;
} rsapk;