summaryrefslogtreecommitdiff
path: root/blowfish.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2001-06-17 21:31:08 +0200
committerNiels Möller <nisse@lysator.liu.se>2001-06-17 21:31:08 +0200
commitef3668b28473036ddb4eca904ed2e6c1403f9297 (patch)
tree4e1a39865a01ee281af8fff9fb8ccc31986daae8 /blowfish.h
parent638937f057f798040a3f2537f07a5006f15f5bff (diff)
downloadnettle-ef3668b28473036ddb4eca904ed2e6c1403f9297.tar.gz
*** empty log message ***
Rev: src/nettle/ChangeLog:1.10 Rev: src/nettle/aes.h:1.4 Rev: src/nettle/arcfour.h:1.3 Rev: src/nettle/blowfish.h:1.7 Rev: src/nettle/cast128.h:1.3 Rev: src/nettle/des.h:1.4 Rev: src/nettle/md5.h:1.3 Rev: src/nettle/memxor.h:1.2 Rev: src/nettle/serpent.h:1.5 Rev: src/nettle/sha1.h:1.3 Rev: src/nettle/twofish.h:1.4
Diffstat (limited to 'blowfish.h')
-rw-r--r--blowfish.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/blowfish.h b/blowfish.h
index eb346a77..72934da5 100644
--- a/blowfish.h
+++ b/blowfish.h
@@ -26,7 +26,7 @@
#ifndef NETTLE_BLOWFISH_H_INCLUDED
#define NETTLE_BLOWFISH_H_INCLUDED
-#include <stdint.h>
+#include <inttypes.h>
#define BLOWFISH_BLOCK_SIZE 8