Renamed record layer header files

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Matt Caswell 2015-02-04 15:52:05 +00:00
parent 44cc35d382
commit c99c4c11a2
7 changed files with 7 additions and 4 deletions

View File

@ -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)

View File

@ -1,4 +1,4 @@
/* ssl/record/rec_layer.h */
/* ssl/record/record.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*

View File

@ -1,4 +1,4 @@
/* ssl/record/rec_layer_locl.h */
/* ssl/record/record_locl.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*

View File

@ -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

View File

@ -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)
{

View File

@ -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,

View File

@ -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