X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Common%2Frt%20api%2Fspr.h;fp=Common%2Frt%20api%2Fspr.h;h=d5dce8a273bfadc2b59811bb050624f87fe766ad;hb=be9db72731412fad58246851d4f345c01392351c;hp=4fd00b6179b0214266e880fd922f62a53d5701cc;hpb=b3e14a93645a48910b1c608c9bbf276479786f95;p=freerainbowtables diff --git a/Common/rt api/spr.h b/Common/rt api/spr.h index 4fd00b6..d5dce8a 100644 --- a/Common/rt api/spr.h +++ b/Common/rt api/spr.h @@ -59,6 +59,8 @@ * [including the GNU Public Licence.] */ +#ifndef __SPR_H__ +#define __SPR_H__ const DES_LONG des_SPtrans[8][64]={ { /* nibble 0 */ @@ -205,3 +207,5 @@ const DES_LONG des_SPtrans[8][64]={ 0x00000080L, 0x20820000L, 0x00820080L, 0x00000000L, 0x20000000L, 0x20800080L, 0x00020000L, 0x00820080L, }}; + +#endif \ No newline at end of file