search for: readpassphrase_h_

Displaying 1 result from an estimated 1 matches for "readpassphrase_h_".

Did you mean: _readpassphrase_h_
2002 Jun 28
0
[Bug 314] New: switch to READPASSPHRASE_H to avoid conflicts with exiisting headers
...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 */ -...