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:
d76434f
)
typo in WIN16 section
author
Bodo Möller
<bodo@openssl.org>
Wed, 5 Feb 2003 16:52:37 +0000
(16:52 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Wed, 5 Feb 2003 16:52:37 +0000
(16:52 +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 fd3aaa05856e40644f8bfc9fa4e07e0468f51f54..d7fc0e645605e8b4186a83e44a190aa635715cbd 100644
(file)
--- a/
crypto/bio/bio.h
+++ b/
crypto/bio/bio.h
@@
-241,7
+241,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