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 add a bunch of fil...



details:   https://anonhg.NetBSD.org/src/rev/a861c50279c1
branches:  trunk
changeset: 765788:a861c50279c1
user:      spz <spz%NetBSD.org@localhost>
date:      Mon Jun 06 06:44:57 2011 +0000

description:
add a bunch of files to the lib that we build.

diffstat:

 crypto/external/bsd/openssl/lib/libcrypto/Makefile   |  6 +++---
 crypto/external/bsd/openssl/lib/libcrypto/bn.inc     |  4 ++--
 crypto/external/bsd/openssl/lib/libcrypto/buffer.inc |  4 ++--
 crypto/external/bsd/openssl/lib/libcrypto/evp.inc    |  4 ++--
 crypto/external/bsd/openssl/lib/libcrypto/srcs.inc   |  8 ++++----
 5 files changed, 13 insertions(+), 13 deletions(-)

diffs (100 lines):

diff -r ec28fdad6a64 -r a861c50279c1 crypto/external/bsd/openssl/lib/libcrypto/Makefile
--- a/crypto/external/bsd/openssl/lib/libcrypto/Makefile        Mon Jun 06 06:08:52 2011 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/Makefile        Mon Jun 06 06:44:57 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2011/05/26 12:56:25 joerg Exp $
+#      $NetBSD: Makefile,v 1.4 2011/06/06 06:44:57 spz Exp $
 
 # RCSid:
 #      Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -60,12 +60,12 @@
 # This list is built from the contents of the include/openssl
 # directory in the OpenSSL source distribution.
 INCS+= aes.h asn1.h asn1_mac.h asn1t.h bio.h blowfish.h bn.h \
-       buffer.h cast.h cms.h comp.h conf.h conf_api.h crypto.h des.h \
+       buffer.h cast.h cmac.h cms.h comp.h conf.h conf_api.h crypto.h des.h \
        dh.h dsa.h dso.h e_os2.h ebcdic.h ec.h ecdh.h ecdsa.h engine.h \
        err.h evp.h hmac.h krb5_asn.h lhash.h md2.h md4.h md5.h modes.h \
        obj_mac.h objects.h ocsp.h opensslconf.h opensslv.h ossl_typ.h \
        pem.h pem2.h pkcs12.h pkcs7.h rand.h rc2.h rc4.h ripemd.h \
-       rsa.h safestack.h sha.h stack.h store.h symhacks.h ts.h txt_db.h \
+       rsa.h safestack.h sha.h srp.h stack.h store.h symhacks.h ts.h txt_db.h \
        ui.h ui_compat.h x509.h x509_vfy.h x509v3.h pqueue.h camellia.h
 #      des_old.h 
 
diff -r ec28fdad6a64 -r a861c50279c1 crypto/external/bsd/openssl/lib/libcrypto/bn.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/bn.inc  Mon Jun 06 06:08:52 2011 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/bn.inc  Mon Jun 06 06:44:57 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bn.inc,v 1.1 2009/07/19 23:30:43 christos Exp $
+#      $NetBSD: bn.inc,v 1.2 2011/06/06 06:44:57 spz Exp $
 #
 #      @(#) Copyright (c) 1995 Simon J. Gerraty
 #
@@ -15,7 +15,7 @@
        bn_print.c bn_rand.c bn_shift.c bn_word.c bn_blind.c bn_mul.c \
        bn_kron.c bn_sqrt.c bn_gcd.c bn_prime.c bn_err.c bn_sqr.c \
        bn_recp.c bn_mont.c bn_mpi.c bn_exp2.c bn_nist.c bn_gf2m.c bn_depr.c \
-       bn_const.c
+       bn_const.c bn_x931p.c
 SRCS += ${BN_SRCS}
 
 .for cryptosrc in ${BN_SRCS}
diff -r ec28fdad6a64 -r a861c50279c1 crypto/external/bsd/openssl/lib/libcrypto/buffer.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/buffer.inc      Mon Jun 06 06:08:52 2011 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/buffer.inc      Mon Jun 06 06:44:57 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: buffer.inc,v 1.1 2009/07/19 23:30:43 christos Exp $
+#      $NetBSD: buffer.inc,v 1.2 2011/06/06 06:44:57 spz Exp $
 #
 #      @(#) Copyright (c) 1995 Simon J. Gerraty
 #
@@ -8,7 +8,7 @@
 .PATH: ${OPENSSLSRC}/crypto/buffer
 
 
-BUFFER_SRCS = buffer.c buf_err.c
+BUFFER_SRCS = buffer.c buf_err.c buf_str.c
 SRCS += ${BUFFER_SRCS}
 
 .for cryptosrc in ${BUFFER_SRCS}
diff -r ec28fdad6a64 -r a861c50279c1 crypto/external/bsd/openssl/lib/libcrypto/evp.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/evp.inc Mon Jun 06 06:08:52 2011 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/evp.inc Mon Jun 06 06:44:57 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: evp.inc,v 1.1 2009/07/19 23:30:43 christos Exp $
+#      $NetBSD: evp.inc,v 1.2 2011/06/06 06:44:57 spz Exp $
 #
 #      @(#) Copyright (c) 1995 Simon J. Gerraty
 #
@@ -18,7 +18,7 @@
        bio_md.c bio_b64.c bio_enc.c evp_err.c e_null.c \
        c_all.c c_allc.c c_alld.c evp_lib.c bio_ok.c \
        evp_pkey.c evp_pbe.c p5_crpt.c p5_crpt2.c m_ecdsa.c pmeth_lib.c \
-       pmeth_fn.c m_sigver.c m_wp.c pmeth_gn.c
+       pmeth_fn.c m_sigver.c m_wp.c pmeth_gn.c evp_fips.c
 SRCS += ${EVP_SRCS}
 
 .for cryptosrc in ${EVP_SRCS}
diff -r ec28fdad6a64 -r a861c50279c1 crypto/external/bsd/openssl/lib/libcrypto/srcs.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/srcs.inc        Mon Jun 06 06:08:52 2011 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/srcs.inc        Mon Jun 06 06:44:57 2011 +0000
@@ -1,14 +1,14 @@
-#      $NetBSD: srcs.inc,v 1.2 2010/03/30 07:23:51 mrg Exp $
+#      $NetBSD: srcs.inc,v 1.3 2011/06/06 06:44:57 spz Exp $
 
 CRYPTOINCS= \
-       aes.inc asn1.inc bf.inc bio.inc bn.inc buffer.inc cast.inc \
+       aes.inc asn1.inc bf.inc bio.inc bn.inc buffer.inc cast.inc cmac.inc \
        cms.inc comp.inc conf.inc crypto.inc des.inc dh.inc dsa.inc dso.inc \
        ec.inc ecdh.inc ecdsa.inc engine.inc err.inc evp.inc hmac.inc \
        krb5.inc lhash.inc modes.inc camellia.inc \
        md2.inc md4.inc md5.inc objects.inc ocsp.inc pem.inc \
        pkcs12.inc pkcs7.inc pqueue.inc rand.inc rc2.inc rc4.inc ripemd.inc \
-       rsa.inc sha.inc stack.inc store.inc txt_db.inc ts.inc ui.inc x509.inc \
-       x509v3.inc
+       rsa.inc sha.inc srp.inc stack.inc store.inc txt_db.inc ts.inc \
+       ui.inc x509.inc x509v3.inc
 
 # patented algorithms - see ../libcrypto_*
 CRYPTOINCS+=   idea.inc



Home | Main Index | Thread Index | Old Index