projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e42f9a
)
OS/2 does binary by default, apparently.
author
Richard Levitte
<levitte@openssl.org>
Sun, 29 Dec 2002 10:19:58 +0000
(10:19 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sun, 29 Dec 2002 10:19:58 +0000
(10:19 +0000)
Reported by Brian Havard <brianh@kheldar.apana.org.au>.
crypto/bio/bss_file.c
patch
|
blob
|
history
diff --git
a/crypto/bio/bss_file.c
b/crypto/bio/bss_file.c
index 826b361fa22322ebaae2257ff0a26431435114c0..a66600c1a34c2ff0812b124da214570080d4cfd9 100644
(file)
--- a/
crypto/bio/bss_file.c
+++ b/
crypto/bio/bss_file.c
@@
-247,7
+247,7
@@
static long MS_CALLBACK file_ctrl(BIO *b, int cmd, long num, void *ptr)
ret=0;
break;
}
-#if defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_WINDOWS)
+#if defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_WINDOWS)
|| defined(OPENSSL_SYS_OS2)
if (!(num & BIO_FP_TEXT))
strcat(p,"b");
else