0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 17:51:53 +00:00

SHA: Fixing broken build process

This commit is contained in:
Pavel Tvrdík 2015-04-29 08:50:02 +02:00
parent dea6bb4899
commit b813656c58
3 changed files with 6 additions and 1 deletions

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

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

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