Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/netpgp/lib fastctype.[ch] source files a...



details:   https://anonhg.NetBSD.org/src/rev/a21b06d98e6c
branches:  trunk
changeset: 759110:a21b06d98e6c
user:      agc <agc%NetBSD.org@localhost>
date:      Mon Nov 29 06:22:20 2010 +0000

description:
fastctype.[ch] source files are gone - use native <ctype.h>

diffstat:

 crypto/external/bsd/netpgp/lib/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 552efbefdbd2 -r a21b06d98e6c crypto/external/bsd/netpgp/lib/Makefile
--- a/crypto/external/bsd/netpgp/lib/Makefile   Mon Nov 29 06:21:40 2010 +0000
+++ b/crypto/external/bsd/netpgp/lib/Makefile   Mon Nov 29 06:22:20 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2010/08/07 04:18:54 agc Exp $
+# $NetBSD: Makefile,v 1.12 2010/11/29 06:22:20 agc Exp $
 
 .include <bsd.own.mk>
 
@@ -9,7 +9,7 @@
 SRCS+= keyring.c misc.c netpgp.c openssl_crypto.c packet-parse.c
 SRCS+= packet-print.c packet-show.c reader.c signature.c
 SRCS+= symmetric.c validate.c writer.c
-SRCS+= ssh2pgp.c fastctype.c bufgap.c
+SRCS+= ssh2pgp.c bufgap.c
 CPPFLAGS+= -I${.CURDIR} -I${EXTDIST}/include
 MAN= libnetpgp.3
 WARNS=5



Home | Main Index | Thread Index | Old Index