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

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