summaryrefslogtreecommitdiff
path: root/security/hpn-ssh/files/patch-readpassphrase.h
blob: d2820ec0549df1e740db63f21e76629bd783afc9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- 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_ */