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:
parent
dea6bb4899
commit
b813656c58
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
#ifndef _BIRD_SHA512_H_
|
||||
#define _BIRD_SHA512_H_
|
||||
|
||||
#include "sysdep/config.h"
|
||||
#include "lib/sha256.h"
|
||||
|
||||
#define SHA512_SIZE 64
|
||||
|
Loading…
Reference in New Issue
Block a user