Rename record layer source files
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* ssl/d1_pkt.c */
|
||||
/* ssl/record/rec_layer_d1.c */
|
||||
/*
|
||||
* DTLS implementation written by Nagendra Modadugu
|
||||
* (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
|
||||
@@ -121,7 +121,7 @@
|
||||
#include <openssl/buffer.h>
|
||||
#include <openssl/pqueue.h>
|
||||
#include <openssl/rand.h>
|
||||
#include "rec_layer_locl.h"
|
||||
#include "record_locl.h"
|
||||
|
||||
int DTLS_RECORD_LAYER_new(RECORD_LAYER *rl)
|
||||
{
|
||||
@@ -1,4 +1,4 @@
|
||||
/* ssl/s23_pkt.c */
|
||||
/* ssl/record/rec_layer_s23.c */
|
||||
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
|
||||
* All rights reserved.
|
||||
*
|
||||
@@ -1,4 +1,4 @@
|
||||
/* ssl/s3_pkt.c */
|
||||
/* ssl/record/rec_layer_s3.c */
|
||||
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
|
||||
* All rights reserved.
|
||||
*
|
||||
Reference in New Issue
Block a user