diff options
Diffstat (limited to 'src/shared/Auth/Hmac.h')
-rw-r--r-- | src/shared/Auth/Hmac.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/shared/Auth/Hmac.h b/src/shared/Auth/Hmac.h index a039617f801..76a302d68de 100644 --- a/src/shared/Auth/Hmac.h +++ b/src/shared/Auth/Hmac.h @@ -17,13 +17,18 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + #ifndef _AUTH_HMAC_H #define _AUTH_HMAC_H + #include "Common.h" #include <openssl/hmac.h> #include <openssl/sha.h> + class BigNumber; + #define SEED_KEY_SIZE 16 + class HmacHash { public: |