mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
SHA: Fixing broken build process
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user