DTLS: remove unused cookie field
authorEmilia Kasper <emilia@openssl.org>
Tue, 6 Oct 2015 15:20:32 +0000 (17:20 +0200)
committerEmilia Kasper <emilia@openssl.org>
Fri, 9 Oct 2015 13:32:35 +0000 (15:32 +0200)
commit310115448188415e270bb0bef958c7c130939838
tree4acce2a2cb0626327668858b21dc9f7811e803c5
parent0f0cfbe24c07376a67b12048686baa318db2cd95
DTLS: remove unused cookie field

Note that this commit constifies a user callback parameter and therefore
will break compilation for applications using this callback. But unless
they are abusing write access to the buffer, the fix is trivial.

Reviewed-by: Andy Polyakov <appro@openssl.org>
apps/s_apps.h
apps/s_cb.c
include/openssl/ssl.h
ssl/d1_lib.c
ssl/packet_locl.h
ssl/s3_srvr.c
ssl/ssl_locl.h
ssl/ssl_sess.c
test/packettest.c