From 772ec4135c4c6f65c8cb6b3c7deb18f6e50dd6f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Wed, 5 Feb 2003 16:54:10 +0000 Subject: [PATCH] typo in WIN16 section Submitted by: Toni Andjelkovic --- crypto/bio/bio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1