summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/ssl_locl.h')
-rw-r--r--src/lib/libssl/ssl_locl.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h
index 87b27a1d99..1c823c046a 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.65 2014/08/11 01:06:22 jsing Exp $ */ 1/* $OpenBSD: ssl_locl.h,v 1.66 2014/08/23 14:52:41 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 *
@@ -325,6 +325,8 @@
325 * make sure to update this constant too */ 325 * make sure to update this constant too */
326#define SSL_MAX_DIGEST 6 326#define SSL_MAX_DIGEST 6
327 327
328#define SSL3_CK_ID 0x03000000
329
328#define TLS1_PRF_DGST_MASK (0xff << TLS1_PRF_DGST_SHIFT) 330#define TLS1_PRF_DGST_MASK (0xff << TLS1_PRF_DGST_SHIFT)
329 331
330#define TLS1_PRF_DGST_SHIFT 10 332#define TLS1_PRF_DGST_SHIFT 10
@@ -594,7 +596,6 @@ STACK_OF(SSL_CIPHER) *ssl_get_ciphers_by_id(SSL *s);
594int ssl_verify_alarm_type(long type); 596int ssl_verify_alarm_type(long type);
595void ssl_load_ciphers(void); 597void ssl_load_ciphers(void);
596 598
597const SSL_CIPHER *ssl3_get_cipher_by_char(const unsigned char *p);
598int ssl3_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p); 599int ssl3_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p);
599void ssl3_init_finished_mac(SSL *s); 600void ssl3_init_finished_mac(SSL *s);
600int ssl3_send_server_certificate(SSL *s); 601int ssl3_send_server_certificate(SSL *s);