summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/ssl3.h')
-rw-r--r--src/lib/libssl/ssl3.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl3.h b/src/lib/libssl/ssl3.h
index 9270ded96f..b5df1056ab 100644
--- a/src/lib/libssl/ssl3.h
+++ b/src/lib/libssl/ssl3.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl3.h,v 1.31 2014/12/14 15:30:50 jsing Exp $ */ 1/* $OpenBSD: ssl3.h,v 1.32 2014/12/14 16:07:26 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 *
@@ -231,9 +231,11 @@ extern "C" {
231#define SSL3_RANDOM_SIZE 32 231#define SSL3_RANDOM_SIZE 32
232#define SSL3_SEQUENCE_SIZE 8 232#define SSL3_SEQUENCE_SIZE 8
233#define SSL3_SESSION_ID_SIZE 32 233#define SSL3_SESSION_ID_SIZE 32
234#define SSL3_RT_HEADER_LENGTH 5
235#define SSL3_CIPHER_VALUE_SIZE 2 234#define SSL3_CIPHER_VALUE_SIZE 2
236 235
236#define SSL3_RT_HEADER_LENGTH 5
237#define SSL3_HM_HEADER_LENGTH 4
238
237#ifndef SSL3_ALIGN_PAYLOAD 239#ifndef SSL3_ALIGN_PAYLOAD
238 /* Some will argue that this increases memory footprint, but it's 240 /* Some will argue that this increases memory footprint, but it's
239 * not actually true. Point is that malloc has to return at least 241 * not actually true. Point is that malloc has to return at least