Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/lib/libcrypto Pull up revision 1.5 (requested by itojun...
details: https://anonhg.NetBSD.org/src/rev/cd4feee8f541
branches: netbsd-1-6
changeset: 529630:cd4feee8f541
user: he <he%NetBSD.org@localhost>
date: Sun Dec 01 21:36:39 2002 +0000
description:
Pull up revision 1.5 (requested by itojun in ticket #861):
MDC2 is a patented algorithm, so don't ship it in the
default libcrypto. Defining MKCRYPTO_MDC2 will build a
separate library, libcrypto_mdc2.
diffstat:
lib/libcrypto/mdc2.inc | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 492258bcfbb9 -r cd4feee8f541 lib/libcrypto/mdc2.inc
--- a/lib/libcrypto/mdc2.inc Sun Dec 01 20:35:20 2002 +0000
+++ b/lib/libcrypto/mdc2.inc Sun Dec 01 21:36:39 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mdc2.inc,v 1.4 2001/04/12 07:48:05 itojun Exp $
+# $NetBSD: mdc2.inc,v 1.4.2.1 2002/12/01 21:36:39 he Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@@ -9,4 +9,8 @@
CPPFLAGS+= -I${OPENSSLSRC}/crypto/mdc2
-SRCS+= mdc2dgst.c mdc2_one.c
+SRCS+= mdc2_one.c
+# MDC2 is a patented algorithm; abort().
+# see ../libcrypto_mdc2
+SRCS+= mdc2dgst_dummy.c
+#SRCS+= mdc2dgst.c
Home |
Main Index |
Thread Index |
Old Index