pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/multigest/files



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu May  4 18:29:48 UTC 2017

Modified Files:
        pkgsrc/security/multigest/files: rmd160.h

Log Message:
Unconditionally use standard headers, nothing defines the guards.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/security/multigest/files/rmd160.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/multigest/files/rmd160.h
diff -u pkgsrc/security/multigest/files/rmd160.h:1.1.1.1 pkgsrc/security/multigest/files/rmd160.h:1.2
--- pkgsrc/security/multigest/files/rmd160.h:1.1.1.1    Wed Mar  5 05:09:44 2014
+++ pkgsrc/security/multigest/files/rmd160.h    Thu May  4 18:29:48 2017
@@ -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