summaryrefslogtreecommitdiffstats
path: root/crypto/bio
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2003-02-05 16:50:50 +0000
committerBodo Möller <bodo@openssl.org>2003-02-05 16:50:50 +0000
commitef03883eddb91ce0d2d95b78bbd5865d22f6bf40 (patch)
treecbb06818ae7847026bccfae4767746a85b311e28 /crypto/bio
parent636631cdd530c6c34ff973e7aea3438a04788b75 (diff)
typo in WIN16 section
Submitted by: Toni Andjelkovic <toni@soth.at>
Diffstat (limited to 'crypto/bio')
-rw-r--r--crypto/bio/bio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bio/bio.h b/crypto/bio/bio.h
index f109308166..fbbc16d00c 100644
--- 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 (_fat *callback_ctrl)();
+ long (_far *callback_ctrl)();
} BIO_METHOD;
#endif