diff options
author | Bodo Möller <bodo@openssl.org> | 2003-02-05 16:54:10 +0000 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2003-02-05 16:54:10 +0000 |
commit | 772ec4135c4c6f65c8cb6b3c7deb18f6e50dd6f9 (patch) | |
tree | 2a50d98554346b42343abcf7cbe5bd427532c667 /crypto | |
parent | 0e9035ac98383d5758a4376ddde4aafdb3162b85 (diff) | |
download | openssl-new-772ec4135c4c6f65c8cb6b3c7deb18f6e50dd6f9.tar.gz |
typo in WIN16 section
Submitted by: Toni Andjelkovic <toni@soth.at>
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/bio/bio.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |