typo in WIN16 section
authorBodo Möller <bodo@openssl.org>
Wed, 5 Feb 2003 16:52:37 +0000 (16:52 +0000)
committerBodo Möller <bodo@openssl.org>
Wed, 5 Feb 2003 16:52:37 +0000 (16:52 +0000)
Submitted by: Toni Andjelkovic <toni@soth.at>

crypto/bio/bio.h

index fd3aaa05856e40644f8bfc9fa4e07e0468f51f54..d7fc0e645605e8b4186a83e44a190aa635715cbd 100644 (file)
@@ -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