openssl/ssl
Richard Levitte 015b172578 _BSD_SOURCE is deprecated, use _DEFAULT_SOURCE instead
The feature_test_macros(7) manual tells us that _BSD_SOURCE is
deprecated since glibc 2.20 and that the compiler will warn about it
being used, unless _DEFAULT_SOURCE is defined as well.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit f9fd35248c)
2015-12-02 18:50:00 +01:00
..
.cvsignore Add emacs cache files to .cvsignore. 2005-04-11 14:17:07 +00:00
Makefile Fix the update target and remove duplicate file updates 2015-05-23 11:17:35 +02:00
bio_ssl.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
d1_both.c Re-align some comments after running the reformat script. 2015-01-22 09:46:52 +00:00
d1_clnt.c Re-align some comments after running the reformat script. 2015-01-22 09:46:52 +00:00
d1_enc.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
d1_lib.c Clear state in DTLSv1_listen 2015-06-02 09:15:16 +01:00
d1_meth.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
d1_pkt.c Re-align some comments after running the reformat script. 2015-01-22 09:46:52 +00:00
d1_srvr.c Rerun util/openssl-format-source -v -c . 2015-01-22 09:46:26 +00:00
dtls1.h Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
install-ssl.com Apply all the changes submitted by Steven M. Schweda <sms@antinode.info> 2011-03-19 09:44:53 +00:00
kssl.c Re-align some comments after running the reformat script. 2015-01-22 09:46:52 +00:00
kssl.h Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
kssl_lcl.h Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
s2_clnt.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
s2_enc.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
s2_lib.c Fix reachable assert in SSLv2 servers. 2015-03-19 13:00:11 +00:00
s2_meth.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
s2_pkt.c Re-align some comments after running the reformat script. 2015-01-22 09:46:52 +00:00
s2_srvr.c Fix unsigned/signed warnings 2015-03-19 13:00:12 +00:00
s3_both.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
s3_cbc.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
s3_clnt.c Fix PSK handling. 2015-07-02 13:04:42 +01:00
s3_enc.c Cleanse buffers 2015-03-11 10:54:35 +00:00
s3_lib.c Rerun util/openssl-format-source -v -c . 2015-01-22 09:46:26 +00:00
s3_meth.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
s3_pkt.c Re-align some comments after running the reformat script. 2015-01-22 09:46:52 +00:00
s3_srvr.c Fix PSK handling. 2015-07-02 13:04:42 +01:00
s23_clnt.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
s23_lib.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
s23_meth.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
s23_pkt.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
s23_srvr.c Re-align some comments after running the reformat script. 2015-01-22 09:46:52 +00:00
ssl-lib.com Spaces were added in some strings for better readability. However, those spaces do not belong in file names, so when picking out the individual parts, remove the spaces 2014-10-15 11:32:17 +02:00
ssl.h Fix race condition in NewSessionTicket 2015-06-02 12:49:03 +01:00
ssl2.h Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
ssl3.h Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
ssl23.h Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
ssl_algs.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
ssl_asn1.c Make no-psk compile without warnings. 2015-09-16 18:12:31 +01:00
ssl_cert.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
ssl_ciph.c Remove export ciphers from the DEFAULT cipher list 2015-03-07 23:12:32 +01:00
ssl_err.c Fix race condition in NewSessionTicket 2015-06-02 12:49:03 +01:00
ssl_err2.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
ssl_lib.c Re-align some comments after running the reformat script. 2015-01-22 09:46:52 +00:00
ssl_locl.h Fix race condition in NewSessionTicket 2015-06-02 12:49:03 +01:00
ssl_rsa.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
ssl_sess.c Fix building with OPENSSL_NO_TLSEXT. 2015-09-02 00:12:26 +01:00
ssl_stat.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
ssl_task.c Re-align some comments after running the reformat script. 2015-01-22 09:46:52 +00:00
ssl_txt.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
ssltest.c _BSD_SOURCE is deprecated, use _DEFAULT_SOURCE instead 2015-12-02 18:50:00 +01:00
t1_clnt.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
t1_enc.c Cleanse buffers 2015-03-11 10:54:35 +00:00
t1_lib.c Re-align some comments after running the reformat script. 2015-01-22 09:46:52 +00:00
t1_meth.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
t1_reneg.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
t1_srvr.c Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00
tls1.h Run util/openssl-format-source -v -c . 2015-01-22 09:46:18 +00:00