aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-09-29 14:26:36 +0100
committerMatt Caswell <matt@openssl.org>2016-09-29 14:52:55 +0100
commitac8cc3efb26fa91c4f29463044cfe9e7070ebc14 (patch)
tree8c7b1dab76a2027a2c5cf119ca37f367431b25f7 /ssl/ssl_locl.h
parent28ff8ef3f71e23660db5d42002af1b44d99f3e4a (diff)
downloadopenssl-ac8cc3efb26fa91c4f29463044cfe9e7070ebc14.tar.gz
Remove tls12_copy_sigalgs_old()
This was a temporary function needed during the conversion to WPACKET. All callers have now been converted to the new way of doing this so this function is no longer required. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'ssl/ssl_locl.h')
-rw-r--r--ssl/ssl_locl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h
index 4fbea50a31..a1b3e3d355 100644
--- a/ssl/ssl_locl.h
+++ b/ssl/ssl_locl.h
@@ -2068,8 +2068,6 @@ __owur int ssl_add_serverhello_renegotiate_ext(SSL *s, WPACKET *pkt);
__owur int ssl_parse_serverhello_renegotiate_ext(SSL *s, PACKET *pkt, int *al);
__owur int ssl_parse_clienthello_renegotiate_ext(SSL *s, PACKET *pkt, int *al);
__owur long ssl_get_algorithm2(SSL *s);
-__owur size_t tls12_copy_sigalgs_old(SSL *s, unsigned char *out,
- const unsigned char *psig, size_t psiglen);
__owur int tls12_copy_sigalgs(SSL *s, WPACKET *pkt,
const unsigned char *psig, size_t psiglen);
__owur int tls1_save_sigalgs(SSL *s, const unsigned char *data, int dsize);