summaryrefslogtreecommitdiff
path: root/security/openssh-portable/files/patch-readpassphrase.h
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-10-26 03:56:53 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-10-26 03:56:53 +0000
commit0a7cc8117d3d82d2855eadaed0a2f35481e01a7e (patch)
tree615989b036ff21de76662d2c0eebcf15ff23023a /security/openssh-portable/files/patch-readpassphrase.h
parentFix build on -current (diff)
- cleanup of mor patches
- fix Makefile to avoid key-generation on bento.
Notes
Notes: svn path=/head/; revision=68853
Diffstat (limited to 'security/openssh-portable/files/patch-readpassphrase.h')
-rw-r--r--security/openssh-portable/files/patch-readpassphrase.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/security/openssh-portable/files/patch-readpassphrase.h b/security/openssh-portable/files/patch-readpassphrase.h
deleted file mode 100644
index d2820ec0549d..000000000000
--- a/security/openssh-portable/files/patch-readpassphrase.h
+++ /dev/null
@@ -1,23 +0,0 @@
---- 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_ */
-
-