提交 c99c4c11 编写于 作者: M Matt Caswell

Renamed record layer header files

Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 44cc35d3
......@@ -114,6 +114,7 @@
*/
#include "../ssl_locl.h"
#include "record_locl.h"
/* mod 128 saturating subtract of two 64-bit values in big-endian order */
static int satsub64be(const unsigned char *v1, const unsigned char *v2)
......
/* ssl/record/rec_layer.h */
/* ssl/record/record.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
......
/* ssl/record/rec_layer_locl.h */
/* ssl/record/record_locl.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
......
......@@ -117,7 +117,7 @@
#include <openssl/evp.h>
#include <openssl/buffer.h>
#include <openssl/rand.h>
#include "rec_layer_locl.h"
#include "record_locl.h"
#ifndef EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK
# define EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK 0
......
......@@ -110,6 +110,7 @@
*/
#include "../ssl_locl.h"
#include "record_locl.h"
void SSL3_BUFFER_set_data(SSL3_BUFFER *b, const unsigned char *d, int n)
{
......
......@@ -112,6 +112,7 @@
#include "../ssl_locl.h"
#include "../../crypto/constant_time_locl.h"
#include <openssl/rand.h>
#include "record_locl.h"
static const unsigned char ssl3_pad_1[48] = {
0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36,
......
......@@ -165,7 +165,7 @@
# include <openssl/ssl.h>
# include <openssl/symhacks.h>
#include "record/rec_layer.h"
#include "record/record.h"
# ifdef OPENSSL_BUILD_SHLIBSSL
# undef OPENSSL_EXTERN
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册