diff options
author | 2015-09-12 14:32:24 +0000 | |
---|---|---|
committer | 2015-09-12 14:32:24 +0000 | |
commit | c283a22ce128061da48fe5f4e143144ba7e5eff7 (patch) | |
tree | 1f3afea37ae05007a55a490f8d20fdd9448fcd98 /lib/libssl/src/ssl/ssl_locl.h | |
parent | Wrap <syslog.h> so that internal calls go direct and they're all weak symbols (diff) | |
download | wireguard-openbsd-c283a22ce128061da48fe5f4e143144ba7e5eff7.tar.xz wireguard-openbsd-c283a22ce128061da48fe5f4e143144ba7e5eff7.zip |
Uncopy and unpaste dtls1_send_certificate_request() - removes another 80
lines of code, while gaining SIGALGs support.
Diffstat (limited to 'lib/libssl/src/ssl/ssl_locl.h')
-rw-r--r-- | lib/libssl/src/ssl/ssl_locl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libssl/src/ssl/ssl_locl.h b/lib/libssl/src/ssl/ssl_locl.h index 6f030e6e533..130482dbba6 100644 --- a/lib/libssl/src/ssl/ssl_locl.h +++ b/lib/libssl/src/ssl/ssl_locl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_locl.h,v 1.125 2015/09/12 14:28:23 jsing Exp $ */ +/* $OpenBSD: ssl_locl.h,v 1.126 2015/09/12 14:32:24 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -725,7 +725,6 @@ int ssl3_get_cert_verify(SSL *s); int ssl3_get_next_proto(SSL *s); int dtls1_send_server_certificate(SSL *s); -int dtls1_send_certificate_request(SSL *s); int ssl23_accept(SSL *s); int ssl23_connect(SSL *s); |