Delete some unneeded code
authorMatt Caswell <matt@openssl.org>
Wed, 28 Sep 2016 10:15:36 +0000 (11:15 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 29 Sep 2016 09:06:46 +0000 (10:06 +0100)
commit150e298551a6788baac56c0c89dc8b8342ac0079
tree6fb339afc76f4b3caffaef1dfd0f24c29e9ddb30
parent8157d44b624da08142f3f9f6edc37fb5542c2573
Delete some unneeded code

Some functions were being called from both code that used WPACKETs and code
that did not. Now that more code has been converted to use WPACKETs some of
that duplication can be removed.

Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/s3_lib.c
ssl/ssl_locl.h
ssl/t1_ext.c