From: Bodo Möller Date: Wed, 5 Feb 2003 16:54:10 +0000 (+0000) Subject: typo in WIN16 section X-Git-Tag: BEN_FIPS_TEST_1~38^2~334 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=772ec4135c4c6f65c8cb6b3c7deb18f6e50dd6f9;ds=sidebyside typo in WIN16 section Submitted by: Toni Andjelkovic --- 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