pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/multigest/files Unconditionally use standard ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8907a040a8cf
branches: trunk
changeset: 362087:8907a040a8cf
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu May 04 18:29:48 2017 +0000
description:
Unconditionally use standard headers, nothing defines the guards.
diffstat:
security/multigest/files/rmd160.h | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
diffs (27 lines):
diff -r b7e1850bdfe4 -r 8907a040a8cf security/multigest/files/rmd160.h
--- a/security/multigest/files/rmd160.h Thu May 04 18:11:09 2017 +0000
+++ b/security/multigest/files/rmd160.h Thu May 04 18:29:48 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rmd160.h,v 1.1.1.1 2014/03/05 05:09:44 agc Exp $ */
+/* $NetBSD: rmd160.h,v 1.2 2017/05/04 18:29:48 joerg Exp $ */
/********************************************************************\
*
@@ -24,17 +24,9 @@
#ifndef _RMD160_H_
#define _RMD160_H_
-#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
-#endif
-
-#ifdef HAVE_STDINT_H
#include <stdint.h>
-#endif
-
-#ifdef HAVE_UNISTD_H
#include <unistd.h>
-#endif
typedef struct {
uint32_t state[5]; /* state (ABCDE) */
Home |
Main Index |
Thread Index |
Old Index