typo in WIN16 section
[openssl.git] / crypto / bio / bio.h
index f109308166988f7ccd7a0e6ab1c6939800028548..fbbc16d00c52c55e1cd605a44603bee726e54c85 100644 (file)
@@ -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