CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/04/13 17:31:37
Modified files:
lib/libssl/src : e_os.h
lib/libssl/src/apps: s_client.c s_server.c s_socket.c s_time.c
lib/libssl/src/crypto/bio: b_sock.c bss_acpt.c bss_conn.c
bss_dgram.c bss_fd.c bss_file.c
bss_sock.c
lib/libssl/src/crypto/err: err.c
Log message:
Remove various horrible socket syscall wrappers, especially SHUTDOWN*
which did shutdown + close, all nasty and surprising. Use the raw
syscalls that everyone knows the behaviour of.
ok beck matthew