Rename record layer source files

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Matt Caswell
2015-02-04 16:02:37 +00:00
parent 9e7ba3b2a2
commit 1711f8de45
4 changed files with 12 additions and 12 deletions

View File

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

View File

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

View File

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