summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.h
diff options
context:
space:
mode:
authorjsing <>2015-09-12 13:09:07 +0000
committerjsing <>2015-09-12 13:09:07 +0000
commit229d27cfe422c13c6db0cfc2ae6dab7b097c10fb (patch)
tree71d4bc34266b8c5229e8e0da665410237ba73e47 /src/lib/libssl/ssl_locl.h
parent861ea05a645016d04dc582348d75897caef406b4 (diff)
downloadopenbsd-229d27cfe422c13c6db0cfc2ae6dab7b097c10fb.tar.gz
openbsd-229d27cfe422c13c6db0cfc2ae6dab7b097c10fb.tar.bz2
openbsd-229d27cfe422c13c6db0cfc2ae6dab7b097c10fb.zip
Uncopy and unpaste dtls1_send_hello_request().
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r--src/lib/libssl/ssl_locl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h
index 48ac8c8b2d..e817620d8b 100644
--- a/src/lib/libssl/ssl_locl.h
+++ b/src/lib/libssl/ssl_locl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl_locl.h,v 1.121 2015/09/12 12:58:15 jsing Exp $ */ 1/* $OpenBSD: ssl_locl.h,v 1.122 2015/09/12 13:09:07 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -724,7 +724,6 @@ int ssl3_get_client_key_exchange(SSL *s);
724int ssl3_get_cert_verify(SSL *s); 724int ssl3_get_cert_verify(SSL *s);
725int ssl3_get_next_proto(SSL *s); 725int ssl3_get_next_proto(SSL *s);
726 726
727int dtls1_send_hello_request(SSL *s);
728int dtls1_send_server_hello(SSL *s); 727int dtls1_send_server_hello(SSL *s);
729int dtls1_send_server_certificate(SSL *s); 728int dtls1_send_server_certificate(SSL *s);
730int dtls1_send_server_key_exchange(SSL *s); 729int dtls1_send_server_key_exchange(SSL *s);