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:
636631c
)
typo in WIN16 section
author
Bodo Möller
<bodo@openssl.org>
Wed, 5 Feb 2003 16:50:50 +0000
(16:50 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Wed, 5 Feb 2003 16:50:50 +0000
(16:50 +0000)
Submitted by: Toni Andjelkovic <toni@soth.at>
crypto/bio/bio.h
patch
|
blob
|
history
diff --git
a/crypto/bio/bio.h
b/crypto/bio/bio.h
index f109308166988f7ccd7a0e6ab1c6939800028548..fbbc16d00c52c55e1cd605a44603bee726e54c85 100644
(file)
--- a/
crypto/bio/bio.h
+++ b/
crypto/bio/bio.h
@@
-244,7
+244,7
@@
typedef struct bio_method_st
long (_far *ctrl)();
int (_far *create)();
int (_far *destroy)();
- long (_fa
t
*callback_ctrl)();
+ long (_fa
r
*callback_ctrl)();
} BIO_METHOD;
#endif