2018-01-31 16:46:55 +00:00
|
|
|
--- lib/sha1.c
|
|
|
|
+++ lib/sha1.c
|
2018-01-31 16:52:03 +00:00
|
|
|
@@ -9,6 +9,7 @@
|
|
|
|
#include <memory.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
+#include <endian.h>
|
2018-01-31 16:46:55 +00:00
|
|
|
|
2018-01-31 16:52:03 +00:00
|
|
|
#include "sha1.h"
|
|
|
|
#include "ubc_check.h"
|