diff options
author | joerg <joerg@pkgsrc.org> | 2017-05-04 18:29:48 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2017-05-04 18:29:48 +0000 |
commit | 0954f7227011493010e17b39812752863804dc56 (patch) | |
tree | 59eb212124f7e17f74067d7970385ed10dd8154b /security/multigest/files | |
parent | 873cbea225a73fd83d3d1fa79f313c174400d911 (diff) | |
download | pkgsrc-0954f7227011493010e17b39812752863804dc56.tar.gz |
Unconditionally use standard headers, nothing defines the guards.
Diffstat (limited to 'security/multigest/files')
-rw-r--r-- | security/multigest/files/rmd160.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/security/multigest/files/rmd160.h b/security/multigest/files/rmd160.h index 7d4a960b610..1acb4e2f4fe 100644 --- a/security/multigest/files/rmd160.h +++ b/security/multigest/files/rmd160.h @@ -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) */ |