Andreas Stieger
783082a9e3
- cleaner solution for the endian detection issue: include the proper header file OBS-URL: https://build.opensuse.org/request/show/571491 OBS-URL: https://build.opensuse.org/package/show/security/sha1collisiondetection?expand=0&rev=12
11 lines
174 B
Diff
11 lines
174 B
Diff
--- lib/sha1.c
|
|
+++ lib/sha1.c
|
|
@@ -9,6 +9,7 @@
|
|
#include <memory.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
+#include <endian.h>
|
|
|
|
#include "sha1.h"
|
|
#include "ubc_check.h"
|