summaryrefslogtreecommitdiff
path: root/beecrypt
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-07-20 21:07:31 +0000
committerjbj <devnull@localhost>2002-07-20 21:07:31 +0000
commit293a81e2590888951a1341341eb3ff034b8a0406 (patch)
tree8487800311da40f2e1e9f57463e78d65b5d39247 /beecrypt
parentbfb8488c10a5dfccbcb7c556408b300f8901cd88 (diff)
downloadrpm-293a81e2590888951a1341341eb3ff034b8a0406.tar.gz
rpm-293a81e2590888951a1341341eb3ff034b8a0406.tar.bz2
rpm-293a81e2590888951a1341341eb3ff034b8a0406.zip
- version added to *.la dependency libraries (#69063).
- expose digests in rpmio API, but hide internal beecrypt API (#68999). CVS patchset: 5561 CVS date: 2002/07/20 21:07:31
Diffstat (limited to 'beecrypt')
-rw-r--r--beecrypt/types.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/beecrypt/types.h.in b/beecrypt/types.h.in
index f4870a177..f8ab18c2e 100644
--- a/beecrypt/types.h.in
+++ b/beecrypt/types.h.in
@@ -23,8 +23,8 @@
*
*/
-#ifndef _TYPES_H
-#define _TYPES_H
+#ifndef _BEECRYPT_TYPES_H
+#define _BEECRYPT_TYPES_H
#ifndef ROTL32
# define ROTL32(x, s) (((x) << (s)) | ((x) >> (32 - (s))))
@@ -68,4 +68,4 @@ typedef @uint16_type@ javachar;
typedef @float4_type@ javafloat;
typedef @double8_type@ javadouble;
-#endif
+#endif /* _BEECRYPT_TYPES_H */