From: Bodo Möller Date: Wed, 5 Feb 2003 16:52:37 +0000 (+0000) Subject: typo in WIN16 section X-Git-Tag: OpenSSL_0_9_6i~5 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a71f9eeb9f712800beff93972bd847e2a1a3facb;p=oweals%2Fopenssl.git typo in WIN16 section Submitted by: Toni Andjelkovic --- diff --git a/crypto/bio/bio.h b/crypto/bio/bio.h index fd3aaa0585..d7fc0e6456 100644 --- 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 (_fat *callback_ctrl)(); + long (_far *callback_ctrl)(); } BIO_METHOD; #endif