summaryrefslogtreecommitdiff
path: root/beecrypt/sha1.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/sha1.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/sha1.c')
-rw-r--r--beecrypt/sha1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/beecrypt/sha1.c b/beecrypt/sha1.c
index 7c2cc55f1..c9479417d 100644
--- a/beecrypt/sha1.c
+++ b/beecrypt/sha1.c
@@ -32,7 +32,7 @@
#include "beecrypt.h"
#include "sha1opt.h"
#include "sha1.h"
-#include "mp32.h"
+#include "mp.h"
#include "endianness.h"
#include "debug.h"