[Bug 314] New: switch to READPASSPHRASE_H to avoid conflicts with exiisting headers

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Jun 28 15:48:14 EST 2002


http://bugzilla.mindrot.org/show_bug.cgi?id=314

           Summary: switch to READPASSPHRASE_H to avoid conflicts with
                    exiisting headers
           Product: Portable OpenSSH
           Version: -current
          Platform: Other
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build system
        AssignedTo: openssh-unix-dev at mindrot.org
        ReportedBy: dirk.meyer at dinoex.sub.org


--- openbsd-compat/readpassphrase.h.orig        Sun Jan 27 19:18:10 2002
+++ openbsd-compat/readpassphrase.h     Sun Jan 27 19:18:54 2002
@@ -28,6 +28,6 @@
  */

-#ifndef _READPASSPHRASE_H_
-#define _READPASSPHRASE_H_
+#ifndef READPASSPHRASE_H_
+#define READPASSPHRASE_H_

 #include "includes.h"
@@ -43,6 +43,7 @@

 char *readpassphrase(const char *, char *, size_t, int);
-
+#else /* HAVE_READPASSPHRASE */
+#include <readpassphrase.h>
 #endif /* HAVE_READPASSPHRASE */

-#endif /* !_READPASSPHRASE_H_ */
+#endif /* !READPASSPHRASE_H_ */



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the openssh-unix-dev mailing list