Typo.
authorDr. Stephen Henson <steve@openssl.org>
Sat, 12 May 2001 00:09:04 +0000 (00:09 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 12 May 2001 00:09:04 +0000 (00:09 +0000)
crypto/ui/ui_openssl.c

index 89330f4798d2c8b7c03b9dd12a225cc2481b0aba..3555ae6275c8f906b20072570962e0c774abddc7 100644 (file)
@@ -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);