]> git.ipfire.org Git - thirdparty/openssl.git/commit - apps/s_cb.c
constify PACKET
authorEmilia Kasper <emilia@openssl.org>
Mon, 1 Feb 2016 14:26:18 +0000 (15:26 +0100)
committerEmilia Kasper <emilia@openssl.org>
Mon, 1 Feb 2016 15:21:57 +0000 (16:21 +0100)
commitb69817449315f3818a8472468b3328ea755819db
treebb2abb48ce582d6d9b8fdc6e216ee0028deff817
parent0c787647ded59a81311d905024bc93df5d3a061c
constify PACKET

PACKET contents should be read-only. To achieve this, also
- constify two user callbacks
- constify BUF_reverse.

Reviewed-by: Rich Salz <rsalz@openssl.org>
18 files changed:
CHANGES
apps/s_apps.h
apps/s_cb.c
apps/s_server.c
crypto/buffer/buffer.c
doc/ssl/SSL_CTX_sess_set_get_cb.pod
include/openssl/buffer.h
include/openssl/ssl.h
ssl/d1_lib.c
ssl/packet_locl.h
ssl/s3_lib.c
ssl/ssl_locl.h
ssl/ssl_sess.c
ssl/statem/statem_clnt.c
ssl/statem/statem_srvr.c
ssl/t1_lib.c
ssl/t1_reneg.c
test/packettest.c