upstream rev 1.25: add sys/types.h
This commit is contained in:
parent
10974f986f
commit
55f3153393
|
@ -1,4 +1,4 @@
|
||||||
/* $OpenBSD: sha1.c,v 1.24 2015/01/15 13:05:59 millert Exp $ */
|
/* $OpenBSD: sha1.c,v 1.25 2015/01/16 16:48:51 deraadt Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* SHA-1 in C
|
* SHA-1 in C
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
#ifndef WITH_OPENSSL
|
#ifndef WITH_OPENSSL
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/types.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits))))
|
#define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits))))
|
||||||
|
|
Loading…
Reference in New Issue