Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/bsd/openssl/lib/libssl reorg and add missing...
details: https://anonhg.NetBSD.org/src/rev/4a3b5cd24338
branches: trunk
changeset: 784708:4a3b5cd24338
user: christos <christos%NetBSD.org@localhost>
date: Wed Feb 06 17:03:51 2013 +0000
description:
reorg and add missing file.
diffstat:
crypto/external/bsd/openssl/lib/libssl/ssl.inc | 21 +++++++++++----------
1 files changed, 11 insertions(+), 10 deletions(-)
diffs (32 lines):
diff -r 9e7f44e07f93 -r 4a3b5cd24338 crypto/external/bsd/openssl/lib/libssl/ssl.inc
--- a/crypto/external/bsd/openssl/lib/libssl/ssl.inc Wed Feb 06 16:37:20 2013 +0000
+++ b/crypto/external/bsd/openssl/lib/libssl/ssl.inc Wed Feb 06 17:03:51 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ssl.inc,v 1.4 2012/07/26 19:58:42 christos Exp $
+# $NetBSD: ssl.inc,v 1.5 2013/02/06 17:03:51 christos Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@@ -15,12 +15,13 @@
CPPFLAGS+= -DNO_SSL2
.endif
-SRCS+= s3_meth.c s3_srvr.c s3_clnt.c s3_lib.c s3_enc.c s3_pkt.c s3_both.c \
- s23_meth.c s23_srvr.c s23_clnt.c s23_lib.c s23_pkt.c \
- t1_meth.c t1_srvr.c t1_clnt.c t1_lib.c t1_enc.c t1_reneg.c \
- tls_srp.c \
- ssl_lib.c ssl_err2.c ssl_cert.c ssl_sess.c \
- ssl_ciph.c ssl_stat.c ssl_rsa.c \
- ssl_asn1.c ssl_txt.c ssl_algs.c \
- bio_ssl.c ssl_err.c kssl.c d1_clnt.c d1_srvr.c d1_lib.c d1_both.c \
- d1_pkt.c d1_enc.c d1_srtp.c
+SRCS+= bio_ssl.c
+SRCS+= d1_both.c d1_clnt.c d1_enc.c d1_lib.c d1_pkt.c d1_srtp.c d1_srvr.c
+SRCS+= kssl.c
+SRCS+= s23_clnt.c s23_lib.c s23_meth.c s23_pkt.c s23_srvr.c
+SRCS+= s3_both.c s3_cbc.c s3_clnt.c s3_enc.c s3_lib.c s3_meth.c s3_pkt.c \
+ s3_srvr.c
+SRCS+= ssl_algs.c ssl_asn1.c ssl_cert.c ssl_ciph.c ssl_err.c ssl_err2.c \
+ ssl_lib.c ssl_rsa.c ssl_sess.c ssl_stat.c ssl_txt.c
+SRCS+= t1_clnt.c t1_enc.c t1_lib.c t1_meth.c t1_reneg.c t1_srvr.c
+SRCS+= tls_srp.c
Home |
Main Index |
Thread Index |
Old Index