From: Bodo Möller Date: Wed, 5 Feb 2003 16:50:50 +0000 (+0000) Subject: typo in WIN16 section X-Git-Tag: OpenSSL_0_9_7a~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef03883eddb91ce0d2d95b78bbd5865d22f6bf40;p=openssl 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