summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-05-12 00:09:04 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-05-12 00:09:04 +0000
commit29fb08c2de059d22b599f43ce5deaadfed28bc3a (patch)
treebee012d79166b9cbe3ec74f7bc1872182981e26b
parent7babdf20296c1767cbf7d134bfb95b48ab8b9282 (diff)
Typo.
-rw-r--r--crypto/ui/ui_openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ui/ui_openssl.c b/crypto/ui/ui_openssl.c
index 89330f4798..3555ae6275 100644
--- a/crypto/ui/ui_openssl.c
+++ b/crypto/ui/ui_openssl.c
@@ -277,7 +277,7 @@ static void read_till_nl(FILE *);
static void recsig(int);
static void pushsig(void);
static void popsig(void);
-#if defined(OENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_WIN16)
+#if defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_WIN16)
static int noecho_fgets(char *buf, int size, FILE *tty);
#endif
static int read_string_inner(UI *ui, UI_STRING *uis, int echo);