CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/04/17 14:58:08
Modified files:
lib/libssl/src : e_os.h
lib/libssl/src/apps: app_rand.c asn1pars.c ca.c ciphers.c crl.c
crl2p7.c dgst.c dh.c dhparam.c dsa.c
dsaparam.c ec.c ecparam.c enc.c engine.c
errstr.c gendh.c gendsa.c genrsa.c nseq.c
ocsp.c openssl.c passwd.c pkcs12.c pkcs7.c
rand.c req.c rsa.c s_cb.c s_client.c
s_server.c s_socket.c s_time.c sess_id.c
smime.c speed.c spkac.c srp.c ts.c verify.c
version.c x509.c
lib/libssl/src/crypto/bio: b_sock.c bss_acpt.c bss_conn.c
bss_dgram.c bss_fd.c bss_sock.c
lib/libssl/src/crypto/x509: by_dir.c
lib/libssl/src/ssl: s3_pkt.c
Log message:
Mostly gut e_os.h:
USE_SOCKETS is unrelated to using sockets, but just pulls in .h files. It
makes every file buy a kitchen sink, because 11 files forgot to.
EXIT() is really exit(), a gentle surprise
but... OPENSSL_EXIT() is really just return(), because noone compiles the
openssl command non-monolithic anymore