Commit 4993adba authored by Pieter Noordhuis's avatar Pieter Noordhuis
Browse files

include solaris fixes in sha1.c

parent fd80abda
...@@ -24,6 +24,9 @@ A million repetitions of "a" ...@@ -24,6 +24,9 @@ A million repetitions of "a"
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <sys/types.h> /* for u_int*_t */ #include <sys/types.h> /* for u_int*_t */
#if defined(__sun)
#include "solarisfixes.h"
#endif
#include "sha1.h" #include "sha1.h"
#ifndef BYTE_ORDER #ifndef BYTE_ORDER
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment