aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2003-02-05 16:54:10 +0000
committerBodo Möller <bodo@openssl.org>2003-02-05 16:54:10 +0000
commit772ec4135c4c6f65c8cb6b3c7deb18f6e50dd6f9 (patch)
tree2a50d98554346b42343abcf7cbe5bd427532c667
parent0e9035ac98383d5758a4376ddde4aafdb3162b85 (diff)
downloadopenssl-772ec4135c4c6f65c8cb6b3c7deb18f6e50dd6f9.zip
openssl-772ec4135c4c6f65c8cb6b3c7deb18f6e50dd6f9.tar.gz
openssl-772ec4135c4c6f65c8cb6b3c7deb18f6e50dd6f9.tar.bz2
typo in WIN16 section
Submitted by: Toni Andjelkovic <toni@soth.at>
-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 f109308..fbbc16d 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