View | Details | Raw Unified | Return to bug 2370 | Differences between
and this patch

Collapse All | Expand All

(-)a/openbsd-compat/rmd160.c (+2 lines)
Lines 32-38 Link Here
32
#ifndef WITH_OPENSSL
32
#ifndef WITH_OPENSSL
33
33
34
#include <sys/types.h>
34
#include <sys/types.h>
35
#ifdef HAVE_ENDIAN_H
35
#include <endian.h>
36
#include <endian.h>
37
#endif
36
#include <string.h>
38
#include <string.h>
37
#include <rmd160.h>
39
#include <rmd160.h>
38
40

Return to bug 2370