Renamed record layer header files
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
44cc35d382
commit
c99c4c11a2
@ -114,6 +114,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../ssl_locl.h"
|
#include "../ssl_locl.h"
|
||||||
|
#include "record_locl.h"
|
||||||
|
|
||||||
/* mod 128 saturating subtract of two 64-bit values in big-endian order */
|
/* mod 128 saturating subtract of two 64-bit values in big-endian order */
|
||||||
static int satsub64be(const unsigned char *v1, const unsigned char *v2)
|
static int satsub64be(const unsigned char *v1, const unsigned char *v2)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* ssl/record/rec_layer.h */
|
/* ssl/record/record.h */
|
||||||
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
|
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
@ -1,4 +1,4 @@
|
|||||||
/* ssl/record/rec_layer_locl.h */
|
/* ssl/record/record_locl.h */
|
||||||
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
|
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
@ -117,7 +117,7 @@
|
|||||||
#include <openssl/evp.h>
|
#include <openssl/evp.h>
|
||||||
#include <openssl/buffer.h>
|
#include <openssl/buffer.h>
|
||||||
#include <openssl/rand.h>
|
#include <openssl/rand.h>
|
||||||
#include "rec_layer_locl.h"
|
#include "record_locl.h"
|
||||||
|
|
||||||
#ifndef EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK
|
#ifndef EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK
|
||||||
# define EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK 0
|
# define EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK 0
|
||||||
|
@ -110,6 +110,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../ssl_locl.h"
|
#include "../ssl_locl.h"
|
||||||
|
#include "record_locl.h"
|
||||||
|
|
||||||
void SSL3_BUFFER_set_data(SSL3_BUFFER *b, const unsigned char *d, int n)
|
void SSL3_BUFFER_set_data(SSL3_BUFFER *b, const unsigned char *d, int n)
|
||||||
{
|
{
|
||||||
|
@ -112,6 +112,7 @@
|
|||||||
#include "../ssl_locl.h"
|
#include "../ssl_locl.h"
|
||||||
#include "../../crypto/constant_time_locl.h"
|
#include "../../crypto/constant_time_locl.h"
|
||||||
#include <openssl/rand.h>
|
#include <openssl/rand.h>
|
||||||
|
#include "record_locl.h"
|
||||||
|
|
||||||
static const unsigned char ssl3_pad_1[48] = {
|
static const unsigned char ssl3_pad_1[48] = {
|
||||||
0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36,
|
0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36, 0x36,
|
||||||
|
@ -165,7 +165,7 @@
|
|||||||
# include <openssl/ssl.h>
|
# include <openssl/ssl.h>
|
||||||
# include <openssl/symhacks.h>
|
# include <openssl/symhacks.h>
|
||||||
|
|
||||||
#include "record/rec_layer.h"
|
#include "record/record.h"
|
||||||
|
|
||||||
# ifdef OPENSSL_BUILD_SHLIBSSL
|
# ifdef OPENSSL_BUILD_SHLIBSSL
|
||||||
# undef OPENSSL_EXTERN
|
# undef OPENSSL_EXTERN
|
||||||
|
Loading…
x
Reference in New Issue
Block a user