diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2011-02-16 16:18:46 +0000 |
| commit | dec99dafe5763ba1db6950342aa80a634169c083 (patch) | |
| tree | 1bd9f5a688ac947b00e690c3c69ccb8df203768d /secure/lib | |
| parent | 045f17e533c0209bbcddcccbbb0192d61ffd6c9c (diff) | |
Diffstat (limited to 'secure/lib')
42 files changed, 42 insertions, 42 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile index e27bcc39dd49..e69c31ced244 100644 --- a/secure/lib/Makefile +++ b/secure/lib/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/secure/lib/Makefile,v 1.34.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .include <bsd.own.mk> diff --git a/secure/lib/Makefile.inc b/secure/lib/Makefile.inc index 002a3f70ef33..6148eaf24b9f 100644 --- a/secure/lib/Makefile.inc +++ b/secure/lib/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/secure/lib/Makefile.inc,v 1.9.34.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .include "../Makefile.inc" .if exists(${.CURDIR}/../../../lib/Makefile.inc) diff --git a/secure/lib/libcrypt/blowfish.c b/secure/lib/libcrypt/blowfish.c index 5b33f025fdfd..d8d98b98ec3f 100644 --- a/secure/lib/libcrypt/blowfish.c +++ b/secure/lib/libcrypt/blowfish.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/secure/lib/libcrypt/blowfish.c,v 1.4.32.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * This code is derived from section 14.3 and the given source diff --git a/secure/lib/libcrypt/blowfish.h b/secure/lib/libcrypt/blowfish.h index 2ea64749b9f1..43fd58c21f1e 100644 --- a/secure/lib/libcrypt/blowfish.h +++ b/secure/lib/libcrypt/blowfish.h @@ -29,7 +29,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/secure/lib/libcrypt/blowfish.h,v 1.3.32.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/secure/lib/libcrypt/crypt-blowfish.c b/secure/lib/libcrypt/crypt-blowfish.c index 649d07cb30fd..a2374750c3bd 100644 --- a/secure/lib/libcrypt/crypt-blowfish.c +++ b/secure/lib/libcrypt/crypt-blowfish.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/secure/lib/libcrypt/crypt-blowfish.c,v 1.4.32.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* This password hashing algorithm was designed by David Mazieres * <dm@lcs.mit.edu> and works as follows: diff --git a/secure/lib/libcrypt/crypt-des.c b/secure/lib/libcrypt/crypt-des.c index 9adff936f3ad..23a4a458dd5a 100644 --- a/secure/lib/libcrypt/crypt-des.c +++ b/secure/lib/libcrypt/crypt-des.c @@ -57,7 +57,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/secure/lib/libcrypt/crypt-des.c,v 1.16.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index 0c019055d681..18e1b48a4027 100644 --- a/secure/lib/libcrypto/Makefile +++ b/secure/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/secure/lib/libcrypto/Makefile,v 1.84.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ SHLIBDIR?= /lib SUBDIR= engines diff --git a/secure/lib/libcrypto/Makefile.asm b/secure/lib/libcrypto/Makefile.asm index 50584ee03ed6..3fde204058a1 100644 --- a/secure/lib/libcrypto/Makefile.asm +++ b/secure/lib/libcrypto/Makefile.asm @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/secure/lib/libcrypto/Makefile.asm,v 1.5.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $ # Use this to help generate the asm *.s files after an import. It is not # perfect by any means, but does what is needed. # Do a 'make -f Makefile.asm all' and it will generate *.s. Move them diff --git a/secure/lib/libcrypto/Makefile.inc b/secure/lib/libcrypto/Makefile.inc index ed247a0cab13..a64227755974 100644 --- a/secure/lib/libcrypto/Makefile.inc +++ b/secure/lib/libcrypto/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/secure/lib/libcrypto/Makefile.inc,v 1.48.2.4.2.1 2010/12/21 17:09:25 kensmith Exp $ .include <bsd.own.mk> diff --git a/secure/lib/libcrypto/Makefile.man b/secure/lib/libcrypto/Makefile.man index 58ebff18b115..4f6712bdc7cf 100644 --- a/secure/lib/libcrypto/Makefile.man +++ b/secure/lib/libcrypto/Makefile.man @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/secure/lib/libcrypto/Makefile.man,v 1.6.10.2.4.1 2010/12/21 17:09:25 kensmith Exp $ # DO NOT EDIT: generated from man-makefile-update target MAN+= ASN1_OBJECT_new.3 MAN+= ASN1_STRING_length.3 diff --git a/secure/lib/libcrypto/engines/Makefile b/secure/lib/libcrypto/engines/Makefile index 6250527e6e9a..7787aa48f50a 100644 --- a/secure/lib/libcrypto/engines/Makefile +++ b/secure/lib/libcrypto/engines/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/secure/lib/libcrypto/engines/Makefile,v 1.1.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ SUBDIR= lib4758cca libaep libatalla libcswift libchil libnuron \ libsureware libubsec diff --git a/secure/lib/libcrypto/engines/Makefile.inc b/secure/lib/libcrypto/engines/Makefile.inc index a71820f442a0..62bcb4932790 100644 --- a/secure/lib/libcrypto/engines/Makefile.inc +++ b/secure/lib/libcrypto/engines/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/secure/lib/libcrypto/engines/Makefile.inc,v 1.1.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ LCRYPTO_SRC= ${.CURDIR}/../../../../../crypto/openssl .PATH: ${LCRYPTO_SRC}/engines diff --git a/secure/lib/libcrypto/engines/lib4758cca/Makefile b/secure/lib/libcrypto/engines/lib4758cca/Makefile index 4144034cc024..41bae5eb3892 100644 --- a/secure/lib/libcrypto/engines/lib4758cca/Makefile +++ b/secure/lib/libcrypto/engines/lib4758cca/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/secure/lib/libcrypto/engines/lib4758cca/Makefile,v 1.1.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ SHLIB_NAME?= lib4758cca.so SRCS= e_4758cca.c diff --git a/secure/lib/libcrypto/engines/libaep/Makefile b/secure/lib/libcrypto/engines/libaep/Makefile index 66997dffffea..cbc9a59f1c95 100644 --- a/secure/lib/libcrypto/engines/libaep/Makefile +++ b/secure/lib/libcrypto/engines/libaep/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/secure/lib/libcrypto/engines/libaep/Makefile,v 1.1.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ SHLIB_NAME?= libaep.so SRCS= e_aep.c diff --git a/secure/lib/libcrypto/engines/libatalla/Makefile b/secure/lib/libcrypto/engines/libatalla/Makefile index 6223dea79d07..54bc463d5688 100644 --- a/secure/lib/libcrypto/engines/libatalla/Makefile +++ b/secure/lib/libcrypto/engines/libatalla/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/secure/lib/libcrypto/engines/libatalla/Makefile,v 1.1.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ SHLIB_NAME?= libatalla.so SRCS= e_atalla.c diff --git a/secure/lib/libcrypto/engines/libchil/Makefile b/secure/lib/libcrypto/engines/libchil/Makefile index 14972c9f7763..6a8d795ed9de 100644 --- a/secure/lib/libcrypto/engines/libchil/Makefile +++ b/secure/lib/libcrypto/engines/libchil/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/secure/lib/libcrypto/engines/libchil/Makefile,v 1.1.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ SHLIB_NAME?= libchil.so SRCS= e_chil.c diff --git a/secure/lib/libcrypto/engines/libcswift/Makefile b/secure/lib/libcrypto/engines/libcswift/Makefile index 38b00455cb78..8e6db07f2516 100644 --- a/secure/lib/libcrypto/engines/libcswift/Makefile +++ b/secure/lib/libcrypto/engines/libcswift/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/secure/lib/libcrypto/engines/libcswift/Makefile,v 1.1.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ SHLIB_NAME?= libcswift.so SRCS= e_cswift.c diff --git a/secure/lib/libcrypto/engines/libnuron/Makefile b/secure/lib/libcrypto/engines/libnuron/Makefile index 82aab9b3a58b..737520ae1329 100644 --- a/secure/lib/libcrypto/engines/libnuron/Makefile +++ b/secure/lib/libcrypto/engines/libnuron/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/secure/lib/libcrypto/engines/libnuron/Makefile,v 1.1.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ SHLIB_NAME?= libnuron.so SRCS= e_nuron.c diff --git a/secure/lib/libcrypto/engines/libsureware/Makefile b/secure/lib/libcrypto/engines/libsureware/Makefile index 4d176ee50ca8..0c7c251bcd07 100644 --- a/secure/lib/libcrypto/engines/libsureware/Makefile +++ b/secure/lib/libcrypto/engines/libsureware/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/secure/lib/libcrypto/engines/libsureware/Makefile,v 1.1.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ SHLIB_NAME?= libsureware.so SRCS= e_sureware.c diff --git a/secure/lib/libcrypto/engines/libubsec/Makefile b/secure/lib/libcrypto/engines/libubsec/Makefile index e02efaba64fc..648daaa4d322 100644 --- a/secure/lib/libcrypto/engines/libubsec/Makefile +++ b/secure/lib/libcrypto/engines/libubsec/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/secure/lib/libcrypto/engines/libubsec/Makefile,v 1.1.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ SHLIB_NAME?= libubsec.so SRCS= e_ubsec.c diff --git a/secure/lib/libcrypto/i386/bf-586.s b/secure/lib/libcrypto/i386/bf-586.s index 73e0042430ce..678a1b83a7c4 100644 --- a/secure/lib/libcrypto/i386/bf-586.s +++ b/secure/lib/libcrypto/i386/bf-586.s @@ -1,4 +1,4 @@ - # $FreeBSD$ + # $FreeBSD: src/secure/lib/libcrypto/i386/bf-586.s,v 1.2.30.1.6.1 2010/12/21 17:09:25 kensmith Exp $ diff --git a/secure/lib/libcrypto/i386/bf-686.s b/secure/lib/libcrypto/i386/bf-686.s index d3b4cb895586..99c25fc8a045 100644 --- a/secure/lib/libcrypto/i386/bf-686.s +++ b/secure/lib/libcrypto/i386/bf-686.s @@ -1,4 +1,4 @@ - # $FreeBSD$ + # $FreeBSD: src/secure/lib/libcrypto/i386/bf-686.s,v 1.2.30.1.6.1 2010/12/21 17:09:25 kensmith Exp $ diff --git a/secure/lib/libcrypto/i386/bn-586.s b/secure/lib/libcrypto/i386/bn-586.s index 88c73fa3c9f9..9a1c25cee744 100644 --- a/secure/lib/libcrypto/i386/bn-586.s +++ b/secure/lib/libcrypto/i386/bn-586.s @@ -1,4 +1,4 @@ - # $FreeBSD$ + # $FreeBSD: src/secure/lib/libcrypto/i386/bn-586.s,v 1.2.30.1.6.1 2010/12/21 17:09:25 kensmith Exp $ diff --git a/secure/lib/libcrypto/i386/cast-586.s b/secure/lib/libcrypto/i386/cast-586.s index bb31376b5747..6968e3525fe7 100644 --- a/secure/lib/libcrypto/i386/cast-586.s +++ b/secure/lib/libcrypto/i386/cast-586.s @@ -1,4 +1,4 @@ - # $FreeBSD$ + # $FreeBSD: src/secure/lib/libcrypto/i386/cast-586.s,v 1.2.30.1.6.1 2010/12/21 17:09:25 kensmith Exp $ diff --git a/secure/lib/libcrypto/i386/co-586.s b/secure/lib/libcrypto/i386/co-586.s index 4e554b0387ed..cae2fee52e4b 100644 --- a/secure/lib/libcrypto/i386/co-586.s +++ b/secure/lib/libcrypto/i386/co-586.s @@ -1,4 +1,4 @@ - # $FreeBSD$ + # $FreeBSD: src/secure/lib/libcrypto/i386/co-586.s,v 1.2.30.1.6.1 2010/12/21 17:09:25 kensmith Exp $ diff --git a/secure/lib/libcrypto/i386/crypt586.s b/secure/lib/libcrypto/i386/crypt586.s index dc594e4809e3..7aa54d42d084 100644 --- a/secure/lib/libcrypto/i386/crypt586.s +++ b/secure/lib/libcrypto/i386/crypt586.s @@ -1,4 +1,4 @@ - # $FreeBSD$ + # $FreeBSD: src/secure/lib/libcrypto/i386/crypt586.s,v 1.2.30.1.6.1 2010/12/21 17:09:25 kensmith Exp $ diff --git a/secure/lib/libcrypto/i386/des-586.s b/secure/lib/libcrypto/i386/des-586.s index b7612905cf20..0818d268f8a0 100644 --- a/secure/lib/libcrypto/i386/des-586.s +++ b/secure/lib/libcrypto/i386/des-586.s @@ -1,4 +1,4 @@ - # $FreeBSD$ + # $FreeBSD: src/secure/lib/libcrypto/i386/des-586.s,v 1.2.30.1.6.1 2010/12/21 17:09:25 kensmith Exp $ diff --git a/secure/lib/libcrypto/i386/md5-586.s b/secure/lib/libcrypto/i386/md5-586.s index b97c35741169..a2f15bcb30ad 100644 --- a/secure/lib/libcrypto/i386/md5-586.s +++ b/secure/lib/libcrypto/i386/md5-586.s @@ -1,4 +1,4 @@ - # $FreeBSD$ + # $FreeBSD: src/secure/lib/libcrypto/i386/md5-586.s,v 1.2.30.1.6.1 2010/12/21 17:09:25 kensmith Exp $ diff --git a/secure/lib/libcrypto/i386/rc4-586.s b/secure/lib/libcrypto/i386/rc4-586.s index ad274986ac25..2c6a8f7cb4de 100644 --- a/secure/lib/libcrypto/i386/rc4-586.s +++ b/secure/lib/libcrypto/i386/rc4-586.s @@ -1,4 +1,4 @@ - # $FreeBSD$ + # $FreeBSD: src/secure/lib/libcrypto/i386/rc4-586.s,v 1.2.30.1.6.1 2010/12/21 17:09:25 kensmith Exp $ diff --git a/secure/lib/libcrypto/i386/rc5-586.s b/secure/lib/libcrypto/i386/rc5-586.s index a33eff94806e..6d2365c3587c 100644 --- a/secure/lib/libcrypto/i386/rc5-586.s +++ b/secure/lib/libcrypto/i386/rc5-586.s @@ -1,4 +1,4 @@ - # $FreeBSD$ + # $FreeBSD: src/secure/lib/libcrypto/i386/rc5-586.s,v 1.2.30.1.6.1 2010/12/21 17:09:25 kensmith Exp $ diff --git a/secure/lib/libcrypto/i386/rmd-586.s b/secure/lib/libcrypto/i386/rmd-586.s index fb541db16e7a..225a67b6a6ca 100644 --- a/secure/lib/libcrypto/i386/rmd-586.s +++ b/secure/lib/libcrypto/i386/rmd-586.s @@ -1,4 +1,4 @@ - # $FreeBSD$ + # $FreeBSD: src/secure/lib/libcrypto/i386/rmd-586.s,v 1.2.30.1.6.1 2010/12/21 17:09:25 kensmith Exp $ diff --git a/secure/lib/libcrypto/i386/sha1-586.s b/secure/lib/libcrypto/i386/sha1-586.s index 4a35f9ddb962..3789a2a014e5 100644 --- a/secure/lib/libcrypto/i386/sha1-586.s +++ b/secure/lib/libcrypto/i386/sha1-586.s @@ -1,4 +1,4 @@ - # $FreeBSD$ + # $FreeBSD: src/secure/lib/libcrypto/i386/sha1-586.s,v 1.2.30.1.6.1 2010/12/21 17:09:25 kensmith Exp $ diff --git a/secure/lib/libcrypto/opensslconf-amd64.h b/secure/lib/libcrypto/opensslconf-amd64.h index b40e28fa4992..64d68b495c46 100644 --- a/secure/lib/libcrypto/opensslconf-amd64.h +++ b/secure/lib/libcrypto/opensslconf-amd64.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/secure/lib/libcrypto/opensslconf-amd64.h,v 1.9.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ /* opensslconf.h */ /* WARNING: Generated automatically from opensslconf.h.in by Configure. */ diff --git a/secure/lib/libcrypto/opensslconf-arm.h b/secure/lib/libcrypto/opensslconf-arm.h index 36b23c9bcff0..b4740f652dd6 100644 --- a/secure/lib/libcrypto/opensslconf-arm.h +++ b/secure/lib/libcrypto/opensslconf-arm.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/secure/lib/libcrypto/opensslconf-arm.h,v 1.4.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ /* opensslconf.h */ /* WARNING: Generated automatically from opensslconf.h.in by Configure. */ diff --git a/secure/lib/libcrypto/opensslconf-i386.h b/secure/lib/libcrypto/opensslconf-i386.h index 13d033dfbe16..1fe379e6a96e 100644 --- a/secure/lib/libcrypto/opensslconf-i386.h +++ b/secure/lib/libcrypto/opensslconf-i386.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/secure/lib/libcrypto/opensslconf-i386.h,v 1.9.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ /* opensslconf.h */ /* WARNING: Generated automatically from opensslconf.h.in by Configure. */ diff --git a/secure/lib/libcrypto/opensslconf-ia64.h b/secure/lib/libcrypto/opensslconf-ia64.h index ca7d6824a6eb..394572d8ca99 100644 --- a/secure/lib/libcrypto/opensslconf-ia64.h +++ b/secure/lib/libcrypto/opensslconf-ia64.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/secure/lib/libcrypto/opensslconf-ia64.h,v 1.7.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ /* opensslconf.h */ /* WARNING: Generated automatically from opensslconf.h.in by Configure. */ diff --git a/secure/lib/libcrypto/opensslconf-mips.h b/secure/lib/libcrypto/opensslconf-mips.h index 98bbeb9b7b29..06d1533d2138 100644 --- a/secure/lib/libcrypto/opensslconf-mips.h +++ b/secure/lib/libcrypto/opensslconf-mips.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/secure/lib/libcrypto/opensslconf-mips.h,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /* opensslconf.h */ /* WARNING: Generated automatically from opensslconf.h.in by Configure. */ diff --git a/secure/lib/libcrypto/opensslconf-powerpc.h b/secure/lib/libcrypto/opensslconf-powerpc.h index 70800fed0886..0dcce9a3187b 100644 --- a/secure/lib/libcrypto/opensslconf-powerpc.h +++ b/secure/lib/libcrypto/opensslconf-powerpc.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/secure/lib/libcrypto/opensslconf-powerpc.h,v 1.6.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /* opensslconf.h */ /* WARNING: Generated automatically from opensslconf.h.in by Configure. */ diff --git a/secure/lib/libcrypto/opensslconf-sparc64.h b/secure/lib/libcrypto/opensslconf-sparc64.h index ca7d6824a6eb..fad25eb0ef29 100644 --- a/secure/lib/libcrypto/opensslconf-sparc64.h +++ b/secure/lib/libcrypto/opensslconf-sparc64.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/secure/lib/libcrypto/opensslconf-sparc64.h,v 1.7.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ /* opensslconf.h */ /* WARNING: Generated automatically from opensslconf.h.in by Configure. */ diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index d50b8d138ab2..50384b96e779 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/secure/lib/libssh/Makefile,v 1.48.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ .include <bsd.own.mk> diff --git a/secure/lib/libssl/Makefile b/secure/lib/libssl/Makefile index c8cc5542b115..03c7665f339f 100644 --- a/secure/lib/libssl/Makefile +++ b/secure/lib/libssl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/secure/lib/libssl/Makefile,v 1.26.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ LIB= ssl SHLIB_MAJOR= 6 diff --git a/secure/lib/libssl/Makefile.man b/secure/lib/libssl/Makefile.man index 82196877fd45..d4a37ea5640f 100644 --- a/secure/lib/libssl/Makefile.man +++ b/secure/lib/libssl/Makefile.man @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/secure/lib/libssl/Makefile.man,v 1.4.10.2.4.1 2010/12/21 17:09:25 kensmith Exp $ # DO NOT EDIT: generated from man-makefile-update target MAN+= SSL_CIPHER_get_name.3 MAN+= SSL_COMP_add_compression_method.3 |
