CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/05/23 10:10:03
Modified files:
lib/libssl/src/apps: asn1pars.c ca.c ciphers.c cms.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 passwd.c
pkcs12.c pkcs7.c prime.c rand.c req.c rsa.c
s_client.c s_server.c s_time.c sess_id.c
smime.c speed.c spkac.c ts.c verify.c
version.c x509.c
Log message:
Calling signal once to ignore SIGPIPE is sufficient - we do not need to do
this again in each app.
ok miod@