aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_sock.c
Commit message (Collapse)AuthorAgeFilesLines
* Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz2014-08-091-0/+6
| | | | Undo unapproved commit that removed DJGPP and WATT32
* Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz2014-08-081-6/+0
| | | | | | DJGPP is no longer a supported platform. Remove all #ifdef, etc., cases that refer to it. DJGPP also #define'd WATT32, so that is now removed as well.
* PR: 1763Dr. Stephen Henson2010-03-271-13/+0
| | | | | | Remove useless num = 0 assignment. Remove redundant cases on sock_ctrl(): default case handles them.
* Update from stable branch.Dr. Stephen Henson2009-03-091-0/+5
|
* Netware-specific changes,Richard Levitte2003-11-281-1/+1
| | | | | | PR: 780 Submitted by: Verdon Walker <VWalker@novell.com> Reviewed by: Richard Levitte
* Make sure we get the definition of OPENSSL_NO_SOCK.Richard Levitte2003-03-201-4/+1
|
* Fix to build better with DJGPP.Richard Levitte2002-11-141-0/+6
| | | | | | | | | | | | | | | | | PR: 338 Here's the description, submitted by Gisle Vanem <giva@bgnett.no>: 1. sock_init() renamed to ssl_sock_init() in ./apps/s_socket.c due to name-clash with Watt-32. 2. rand() renamed to Rand() in ./crypto/bn/divtest.c due to name-clash with <stdlib.h> 3. Added calls to dbug_init()/sock_init() in some demo programs. 4. Changed cflags/lflags in configure. Watt-32 install root now taken from $WATT_ROOT.
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-2/+2
| | | | | | | missed any. This compiles and runs on Linux, and external applications have no problems with it. The definite test will be to build this on VMS.
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
| | | | | | | | | | | | sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
* Tidy up the mess in bss_sock.c and bss_fd.cDr. Stephen Henson2001-02-021-127/+2
| | | | | | by placing them socket/fd code in separate files rather than trying to have them both share the same one.
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-151-14/+14
|
* Move the registration of callback functions to special functionsRichard Levitte2000-02-201-0/+2
| | | | | | | | | | designed for that. This removes the potential error to mix data and function pointers. Please note that I'm a little unsure how incorrect calls to the old ctrl functions should be handled, in som cases. I currently return 0 and that's it, but it may be more correct to generate a genuine error in those cases.
* Initial support for MacOS.Andy Polyakov1999-09-111-2/+1
| | | | | | | | | | | | | | This will soon be complemented with MacOS specific source code files and INSTALL.MacOS. I (Andy) have decided to get rid of a number of #include <sys/types.h>. I've verified it's ok (both by examining /usr/include/*.h and compiling) on a number of Unix platforms. Unfortunately I don't have Windows box to verify this on. I really appreciate if somebody could try to compile it and contact me a.s.a.p. in case a problem occurs. Submitted by: Roy Wood <roy@centricsystems.ca> Reviewed by: Andy Polyakov <appro@fy.chalmers.se>
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-21/+0
|
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
| | | | | | Submitted by: Reviewed by: PR:
* Change functions to ANSI C.Ulf Möller1999-04-191-42/+21
|
* Get rid of remaining C++-style comments which strict C compilers hate.Ralf S. Engelschall1999-02-271-1/+1
| | | | (Pointed out by Carlos Amengual).
* Remove the bugfix that was really a bug.Ben Laurie1999-01-041-1/+1
| | | | Submitted by: Arne Ansper <arne@ats.cyber.ee>
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-13/+17
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-8/+20
|
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+449