summaryrefslogtreecommitdiff
path: root/beecrypt/mtprng.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-04-25 16:53:36 +0000
committerjbj <devnull@localhost>2003-04-25 16:53:36 +0000
commit79d776ceb661deaf583f6ba4db182d1d7053edcc (patch)
treeca3c07c4e1df9fcf9c76126ccb04bac86e933f3e /beecrypt/mtprng.c
parentfce07c707aed73ce92114d1ecb0cb825e230b9e8 (diff)
downloadlibrpm-tizen-79d776ceb661deaf583f6ba4db182d1d7053edcc.tar.gz
librpm-tizen-79d776ceb661deaf583f6ba4db182d1d7053edcc.tar.bz2
librpm-tizen-79d776ceb661deaf583f6ba4db182d1d7053edcc.zip
bc-3.0.0: rename mp32*.[ch] files.
CVS patchset: 6774 CVS date: 2003/04/25 16:53:36
Diffstat (limited to 'beecrypt/mtprng.c')
-rw-r--r--beecrypt/mtprng.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/beecrypt/mtprng.c b/beecrypt/mtprng.c
index c5ef6a3fb..d4b0d283b 100644
--- a/beecrypt/mtprng.c
+++ b/beecrypt/mtprng.c
@@ -38,8 +38,8 @@
#include "system.h"
#include "beecrypt.h"
#include "mtprng.h"
-#include "mp32opt.h"
-#include "mp32.h"
+#include "mpopt.h"
+#include "mp.h"
#include "debug.h"
#define hiBit(a) ((a) & 0x80000000)