SHA: Fixing broken build process

This commit is contained in:
Pavel Tvrdík
2015-04-29 13:43:15 +02:00
parent dea6bb4899
commit b813656c58
3 changed files with 6 additions and 1 deletions
+3 -1
View File
@@ -1,7 +1,9 @@
sha256.c
sha256.h
sha512.c
sha512.h
sha1.c
sha1.h
sha1_hmac.c
birdlib.h
bitops.c
bitops.h
+2
View File
@@ -12,6 +12,8 @@
#ifndef _BIRD_SHA256_H_
#define _BIRD_SHA256_H_
#include "sysdep/config.h"
#define SHA256_SIZE 32
#define SHA256_HEX_SIZE 65
+1
View File
@@ -12,6 +12,7 @@
#ifndef _BIRD_SHA512_H_
#define _BIRD_SHA512_H_
#include "sysdep/config.h"
#include "lib/sha256.h"
#define SHA512_SIZE 64