commit 7d0004b9e5f96988c93e5df771ec25f4e5cd1ff0
Author: Christophe Fergeau <[email protected]>
Date:   Sat Oct 24 00:09:30 2009 +0200

    add header guards

 src/rijndael.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/rijndael.h b/src/rijndael.h
index 886fce0..e4df9b7 100644
--- a/src/rijndael.h
+++ b/src/rijndael.h
@@ -8,6 +8,8 @@
    algorithm place on its exploitation.  
 
 */
+#ifndef RIJNDAEL_H
+#define RIJNDAEL_H
 
 #include <string.h>
 #include <stdint.h>
@@ -32,3 +34,5 @@
 G_GNUC_INTERNAL void aes_set_key(u8 *key);
 G_GNUC_INTERNAL void aes_decrypt(u8 *iv, u8 *inbuf, u8 *outbuf, unsigned long 
long len);
 G_GNUC_INTERNAL void aes_encrypt(const u8 *initiv, u8 *inbuf, u8 *outbuf, 
unsigned long long len);
+
+#endif

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to