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:
b70871b
)
Fix UPLINK typo [from HEAD].
author
Andy Polyakov
<appro@openssl.org>
Mon, 15 Mar 2010 22:27:32 +0000
(22:27 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Mon, 15 Mar 2010 22:27:32 +0000
(22:27 +0000)
crypto/bio/bss_file.c
patch
|
blob
|
history
diff --git
a/crypto/bio/bss_file.c
b/crypto/bio/bss_file.c
index 62c10731d4a6a8097e00526dba5ae43e58ba5b16..1222133dd78aa0a07a438ffe9181d85912126802 100644
(file)
--- a/
crypto/bio/bss_file.c
+++ b/
crypto/bio/bss_file.c
@@
-272,9
+272,9
@@
static long MS_CALLBACK file_ctrl(BIO *b, int cmd, long num, void *ptr)
BIO_clear_flags(b,BIO_FLAGS_UPLINK);
#endif
#endif
-#ifdef UP_fsetmod
e
+#ifdef UP_fsetmod
if (b->flags&BIO_FLAGS_UPLINK)
- UP_fsetmod
e
(b->ptr,num&BIO_FP_TEXT?'t':'b');
+ UP_fsetmod(b->ptr,num&BIO_FP_TEXT?'t':'b');
else
#endif
{