From 772ec4135c4c6f65c8cb6b3c7deb18f6e50dd6f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Wed, 5 Feb 2003 16:54:10 +0000 Subject: 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 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 -- cgit v1.1