mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
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 "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)
|
||||
|
@ -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.
|
||||
*
|
@ -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.
|
||||
*
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user