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/libcrypto more missing files...
details: https://anonhg.NetBSD.org/src/rev/0cdf3264766f
branches: trunk
changeset: 765791:0cdf3264766f
user: spz <spz%NetBSD.org@localhost>
date: Mon Jun 06 08:04:19 2011 +0000
description:
more missing files. Are we there yet?
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/crypto.inc | 4 ++--
crypto/external/bsd/openssl/lib/libcrypto/rsa.inc | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 53cd0c7ef611 -r 0cdf3264766f crypto/external/bsd/openssl/lib/libcrypto/crypto.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/crypto.inc Mon Jun 06 07:42:32 2011 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/crypto.inc Mon Jun 06 08:04:19 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: crypto.inc,v 1.1 2009/07/19 23:30:43 christos Exp $
+# $NetBSD: crypto.inc,v 1.2 2011/06/06 08:04:19 spz Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@@ -9,7 +9,7 @@
CRYPTO_SRCS = cryptlib.c mem.c mem_clr.c mem_dbg.c cversion.c ex_data.c \
- cpt_err.c ebcdic.c uid.c o_time.c o_dir.c
+ cpt_err.c ebcdic.c uid.c o_time.c o_str.c o_dir.c o_fips.c o_init.c
SRCS += ${CRYPTO_SRCS}
.for cryptosrc in ${CRYPTO_SRCS}
diff -r 53cd0c7ef611 -r 0cdf3264766f crypto/external/bsd/openssl/lib/libcrypto/rsa.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/rsa.inc Mon Jun 06 07:42:32 2011 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/rsa.inc Mon Jun 06 08:04:19 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rsa.inc,v 1.1 2009/07/19 23:30:44 christos Exp $
+# $NetBSD: rsa.inc,v 1.2 2011/06/06 08:04:19 spz Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@@ -11,7 +11,7 @@
RSA_SRCS = rsa_eay.c rsa_gen.c rsa_lib.c rsa_sign.c rsa_saos.c rsa_err.c \
rsa_pk1.c rsa_ssl.c rsa_none.c rsa_oaep.c rsa_chk.c rsa_null.c \
rsa_asn1.c rsa_x931.c rsa_depr.c rsa_ameth.c rsa_pmeth.c rsa_pss.c \
- rsa_prn.c
+ rsa_prn.c rsa_crpt.c
SRCS += ${RSA_SRCS}
.for cryptosrc in ${RSA_SRCS}
Home |
Main Index |
Thread Index |
Old Index