summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bio/bio_lcl.h
diff options
context:
space:
mode:
authortedu <>2014-04-16 19:42:24 +0000
committertedu <>2014-04-16 19:42:24 +0000
commitd11fbb5d4cf38ce5e92626ad387ee6861609f61b (patch)
tree83bea3615bf607b22ec4199424903c29c83f04d4 /src/lib/libcrypto/bio/bio_lcl.h
parent7ed3c12e72711deb7e1bd375f3b985e330ee2d41 (diff)
downloadopenbsd-d11fbb5d4cf38ce5e92626ad387ee6861609f61b.tar.gz
openbsd-d11fbb5d4cf38ce5e92626ad387ee6861609f61b.tar.bz2
openbsd-d11fbb5d4cf38ce5e92626ad387ee6861609f61b.zip
> As I walk through the valley of the shadow of death
> I take a look at my life and realize there's nothin' left > Cause I've been blasting and laughing so long, > That even my mama thinks that my mind is gone Remove even more unspeakable evil being perpetuated in the name of VMS. (and lesser evils done in the name of others.) ok miod
Diffstat (limited to 'src/lib/libcrypto/bio/bio_lcl.h')
-rw-r--r--src/lib/libcrypto/bio/bio_lcl.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lib/libcrypto/bio/bio_lcl.h b/src/lib/libcrypto/bio/bio_lcl.h
index e7f7ec8d8b..cc89c1bf2d 100644
--- a/src/lib/libcrypto/bio/bio_lcl.h
+++ b/src/lib/libcrypto/bio/bio_lcl.h
@@ -18,14 +18,6 @@
18#define UP_ftell ftell 18#define UP_ftell ftell
19#define UP_fflush fflush 19#define UP_fflush fflush
20#define UP_ferror ferror 20#define UP_ferror ferror
21#ifdef _WIN32
22#define UP_fileno _fileno
23#define UP_open _open
24#define UP_read _read
25#define UP_write _write
26#define UP_lseek _lseek
27#define UP_close _close
28#else
29#define UP_fileno fileno 21#define UP_fileno fileno
30#define UP_open open 22#define UP_open open
31#define UP_read read 23#define UP_read read
@@ -33,4 +25,3 @@
33#define UP_lseek lseek 25#define UP_lseek lseek
34#define UP_close close 26#define UP_close close
35#endif 27#endif
36#endif