summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.h
diff options
context:
space:
mode:
authorjsing <>2015-02-12 03:45:25 +0000
committerjsing <>2015-02-12 03:45:25 +0000
commit86af7c3070260922d654cfef98d3b100ccbd79d1 (patch)
treea6567782f8c0fe3a5cd3a2b6d78b8e9a1e396085 /src/lib/libssl/ssl_locl.h
parent5f7c1a2b2d1ad44c6535aac1d320379a2c952db8 (diff)
downloadopenbsd-86af7c3070260922d654cfef98d3b100ccbd79d1.tar.gz
openbsd-86af7c3070260922d654cfef98d3b100ccbd79d1.tar.bz2
openbsd-86af7c3070260922d654cfef98d3b100ccbd79d1.zip
unifdef -m -UOPENSSL_NO_NEXTPROTONEG - NPN is being replaced with ALPN,
however it is not likely to be removed any time soon. ok beck@ miod@
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r--src/lib/libssl/ssl_locl.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h
index 20656682bd..3b7694fc94 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.86 2015/02/07 04:17:11 jsing Exp $ */ 1/* $OpenBSD: ssl_locl.h,v 1.87 2015/02/12 03:45:25 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 *
@@ -725,9 +725,7 @@ int ssl3_get_key_exchange(SSL *s);
725int ssl3_get_server_certificate(SSL *s); 725int ssl3_get_server_certificate(SSL *s);
726int ssl3_check_cert_and_algorithm(SSL *s); 726int ssl3_check_cert_and_algorithm(SSL *s);
727int ssl3_check_finished(SSL *s); 727int ssl3_check_finished(SSL *s);
728# ifndef OPENSSL_NO_NEXTPROTONEG
729int ssl3_send_next_proto(SSL *s); 728int ssl3_send_next_proto(SSL *s);
730# endif
731 729
732int dtls1_client_hello(SSL *s); 730int dtls1_client_hello(SSL *s);
733int dtls1_send_client_certificate(SSL *s); 731int dtls1_send_client_certificate(SSL *s);
@@ -745,9 +743,7 @@ int ssl3_check_client_hello(SSL *s);
745int ssl3_get_client_certificate(SSL *s); 743int ssl3_get_client_certificate(SSL *s);
746int ssl3_get_client_key_exchange(SSL *s); 744int ssl3_get_client_key_exchange(SSL *s);
747int ssl3_get_cert_verify(SSL *s); 745int ssl3_get_cert_verify(SSL *s);
748#ifndef OPENSSL_NO_NEXTPROTONEG
749int ssl3_get_next_proto(SSL *s); 746int ssl3_get_next_proto(SSL *s);
750#endif
751 747
752int dtls1_send_hello_request(SSL *s); 748int dtls1_send_hello_request(SSL *s);
753int dtls1_send_server_hello(SSL *s); 749int dtls1_send_server_hello(SSL *s);