aboutsummaryrefslogtreecommitdiff
path: root/security/hpn-ssh/files
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-01-28 07:23:21 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-01-28 07:23:21 +0000
commit42b61e1a019db1dea442e0272ce5b475708e297d (patch)
treec7522d585fa95f09ada9497eb25ec2f74b165744 /security/hpn-ssh/files
parentbc79226112b427dd90669323de0967b7a2ac5189 (diff)
downloadports-42b61e1a019db1dea442e0272ce5b475708e297d.tar.gz
ports-42b61e1a019db1dea442e0272ce5b475708e297d.zip
Notes
Diffstat (limited to 'security/hpn-ssh/files')
-rw-r--r--security/hpn-ssh/files/patch-readpassphrase.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/security/hpn-ssh/files/patch-readpassphrase.h b/security/hpn-ssh/files/patch-readpassphrase.h
new file mode 100644
index 000000000000..d2820ec0549d
--- /dev/null
+++ b/security/hpn-ssh/files/patch-readpassphrase.h
@@ -0,0 +1,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_ */
+
+