]> git.sesse.net Git - freerainbowtables/blobdiff - Common/rt api/spr.h
Merge branch 'master' of git@gitorious.org:freerainbowtables-applications/freerainbow...
[freerainbowtables] / Common / rt api / spr.h
index 4fd00b6179b0214266e880fd922f62a53d5701cc..187cd269bd8d5f1f6a27dca25d743bd6981a0263 100644 (file)
@@ -59,6 +59,9 @@
  * [including the GNU Public Licence.]
  */
 
+#ifndef __SPR_H__
+#define __SPR_H__
+
 const DES_LONG des_SPtrans[8][64]={
 {
 /* nibble 0 */
@@ -205,3 +208,5 @@ const DES_LONG des_SPtrans[8][64]={
 0x00000080L, 0x20820000L, 0x00820080L, 0x00000000L,
 0x20000000L, 0x20800080L, 0x00020000L, 0x00820080L,
 }};
+
+#endif
\ No newline at end of file