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 oops, add all the ...
details: https://anonhg.NetBSD.org/src/rev/de1e00f9a302
branches: trunk
changeset: 780138:de1e00f9a302
user: christos <christos%NetBSD.org@localhost>
date: Thu Jul 12 18:44:49 2012 +0000
description:
oops, add all the files
diffstat:
crypto/external/bsd/openssl/lib/libcrypto/idea.inc | 4 ++--
crypto/external/bsd/openssl/lib/libcrypto/mdc2.inc | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 70cfd33e1e5f -r de1e00f9a302 crypto/external/bsd/openssl/lib/libcrypto/idea.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/idea.inc Thu Jul 12 18:13:08 2012 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/idea.inc Thu Jul 12 18:44:49 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: idea.inc,v 1.2 2012/07/11 18:48:27 christos Exp $
+# $NetBSD: idea.inc,v 1.3 2012/07/12 18:44:49 christos Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@@ -11,7 +11,7 @@
IDEA_SRCS = i_cfb64.c i_ofb64.c i_ecb.c
# IDEA is a patented algorithm; abort().
# see ../libcrypto_idea
-SRCS+=i_cbc.c i_skey.c
+SRCS+=${IDEA_SRCS} i_cbc.c i_skey.c
.for cryptosrc in ${IDEA_SRCS}
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/idea
diff -r 70cfd33e1e5f -r de1e00f9a302 crypto/external/bsd/openssl/lib/libcrypto/mdc2.inc
--- a/crypto/external/bsd/openssl/lib/libcrypto/mdc2.inc Thu Jul 12 18:13:08 2012 +0000
+++ b/crypto/external/bsd/openssl/lib/libcrypto/mdc2.inc Thu Jul 12 18:44:49 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mdc2.inc,v 1.2 2012/07/11 18:48:27 christos Exp $
+# $NetBSD: mdc2.inc,v 1.3 2012/07/12 18:44:49 christos Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@@ -11,7 +11,7 @@
MDC2_SRCS = mdc2_one.c
# MDC2 is a patented algorithm; abort().
# see ../libcrypto_mdc2
-SRCS+= mdc2dgst.c
+SRCS+= ${MDC2_SRCS} mdc2dgst.c
.for cryptosrc in ${MDC2_SRCS}
CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/mdc2
Home |
Main Index |
Thread Index |
Old Index