rebuild ffmpeg for libvpx-1.15.0; fix gcc-14 problem; add patch for new
[oi-userland.git] / components / web / gwsocket / patches / sha1.h.patch
blob15cff010714e1db96d316a89040b5ad80021b40f
1 --- goaccess-1.0/src/sha1.h.orig 2016-06-09 19:20:03.424726826 +0300
2 +++ goaccess-1.0/src/sha1.h 2016-06-09 19:20:16.984277660 +0300
3 @@ -3,6 +3,13 @@
5 #include <sys/types.h>
7 +#if defined(__sun__)
8 +#include <stdint.h>
9 +typedef uint8_t u_int8_t;
10 +typedef uint16_t u_int16_t;
11 +typedef uint32_t u_int32_t;
12 +#endif
14 // From http://www.mirrors.wiretapped.net/security/cryptography/hashes/sha1/sha1.c
16 typedef struct