diff options
Diffstat (limited to 'secure/lib')
42 files changed, 42 insertions, 42 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile index e27bcc39dd49c..5e3f9cae441e0 100644 --- a/secure/lib/Makefile +++ b/secure/lib/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/secure/lib/Makefile,v 1.34.14.1 2010/12/21 17:10:29 kensmith Exp $ .include <bsd.own.mk> diff --git a/secure/lib/Makefile.inc b/secure/lib/Makefile.inc index 002a3f70ef335..9aa395cea071a 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.38.1 2010/12/21 17:10:29 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 5b33f025fdfdd..e285f492cc9f8 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.36.1 2010/12/21 17:10:29 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 2ea64749b9f1c..d7ac414c7501c 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.36.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/secure/lib/libcrypt/crypt-blowfish.c b/secure/lib/libcrypt/crypt-blowfish.c index 649d07cb30fdb..7be4f14b12078 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.36.1 2010/12/21 17:10:29 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 9adff936f3adf..08a0c3e90c094 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.40.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index fc158699815f5..09e9905a9c775 100644 --- a/secure/lib/libcrypto/Makefile +++ b/secure/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/secure/lib/libcrypto/Makefile,v 1.81.2.1.2.2 2011/01/19 07:44:47 simon Exp $ SHLIBDIR?= /lib SUBDIR= engines diff --git a/secure/lib/libcrypto/Makefile.asm b/secure/lib/libcrypto/Makefile.asm index 50584ee03ed6e..f0fab9a4c972d 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.26.1 2010/12/21 17:10:29 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 ed247a0cab13a..2234a4581496d 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.47.2.2.2.1 2010/12/21 17:10:29 kensmith Exp $ .include <bsd.own.mk> diff --git a/secure/lib/libcrypto/Makefile.man b/secure/lib/libcrypto/Makefile.man index 58ebff18b115a..0f1501f69b9a8 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.2.1.2.1 2010/12/21 17:10:29 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 6250527e6e9a5..c89127b7cd7a9 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.14.1 2010/12/21 17:10:29 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 a71820f442a0b..e54ebca5e1d62 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.14.1 2010/12/21 17:10:29 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 4144034cc0243..dea5304ba9915 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.14.1 2010/12/21 17:10:29 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 66997dffffea8..1830455ee59f8 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.14.1 2010/12/21 17:10:29 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 6223dea79d078..8ae9fba50383e 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.14.1 2010/12/21 17:10:29 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 14972c9f77638..80ba8bff59f36 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.14.1 2010/12/21 17:10:29 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 38b00455cb789..803359ddae975 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.14.1 2010/12/21 17:10:29 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 82aab9b3a58b2..dbfdb39d47f05 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.14.1 2010/12/21 17:10:29 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 4d176ee50ca87..3616d2fed48fb 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.14.1 2010/12/21 17:10:29 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 e02efaba64fce..ec5066d3fbb8b 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.14.1 2010/12/21 17:10:29 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 73e0042430ce7..02765d6a82ac1 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.34.1 2010/12/21 17:10:29 kensmith Exp $ diff --git a/secure/lib/libcrypto/i386/bf-686.s b/secure/lib/libcrypto/i386/bf-686.s index d3b4cb8955864..92f289310e77d 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.34.1 2010/12/21 17:10:29 kensmith Exp $ diff --git a/secure/lib/libcrypto/i386/bn-586.s b/secure/lib/libcrypto/i386/bn-586.s index 88c73fa3c9f91..aa2d6b03716f9 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.34.1 2010/12/21 17:10:29 kensmith Exp $ diff --git a/secure/lib/libcrypto/i386/cast-586.s b/secure/lib/libcrypto/i386/cast-586.s index bb31376b57474..8ee3529bbadf3 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.34.1 2010/12/21 17:10:29 kensmith Exp $ diff --git a/secure/lib/libcrypto/i386/co-586.s b/secure/lib/libcrypto/i386/co-586.s index 4e554b0387ed1..c990c4f1ef46f 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.34.1 2010/12/21 17:10:29 kensmith Exp $ diff --git a/secure/lib/libcrypto/i386/crypt586.s b/secure/lib/libcrypto/i386/crypt586.s index dc594e4809e36..4226e5e0fa96d 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.34.1 2010/12/21 17:10:29 kensmith Exp $ diff --git a/secure/lib/libcrypto/i386/des-586.s b/secure/lib/libcrypto/i386/des-586.s index b7612905cf20c..9dad2d7802e13 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.34.1 2010/12/21 17:10:29 kensmith Exp $ diff --git a/secure/lib/libcrypto/i386/md5-586.s b/secure/lib/libcrypto/i386/md5-586.s index b97c357411695..2f7cb2e9c563a 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.34.1 2010/12/21 17:10:29 kensmith Exp $ diff --git a/secure/lib/libcrypto/i386/rc4-586.s b/secure/lib/libcrypto/i386/rc4-586.s index ad274986ac25b..2320b93c8a5f4 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.34.1 2010/12/21 17:10:29 kensmith Exp $ diff --git a/secure/lib/libcrypto/i386/rc5-586.s b/secure/lib/libcrypto/i386/rc5-586.s index a33eff94806e7..b2a85861437e2 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.34.1 2010/12/21 17:10:29 kensmith Exp $ diff --git a/secure/lib/libcrypto/i386/rmd-586.s b/secure/lib/libcrypto/i386/rmd-586.s index fb541db16e7a5..b0f434fde5c50 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.34.1 2010/12/21 17:10:29 kensmith Exp $ diff --git a/secure/lib/libcrypto/i386/sha1-586.s b/secure/lib/libcrypto/i386/sha1-586.s index 4a35f9ddb9629..cd81c010d63fe 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.34.1 2010/12/21 17:10:29 kensmith Exp $ diff --git a/secure/lib/libcrypto/opensslconf-amd64.h b/secure/lib/libcrypto/opensslconf-amd64.h index b40e28fa49926..2a7b6348a453b 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.8.2.1.2.1 2010/12/21 17:10:29 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 36b23c9bcff0b..a1a7f43e68f42 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.3.2.1.2.1 2010/12/21 17:10:29 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 13d033dfbe16b..ef4e5b72ccfc8 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.8.2.1.2.1 2010/12/21 17:10:29 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 ca7d6824a6eb7..e16e5ce601277 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.6.2.1.2.1 2010/12/21 17:10:29 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 98bbeb9b7b29f..13768da3f2b39 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.4.2.2.2.1 2010/12/21 17:10:29 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 70800fed08863..83fd4c6132be0 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.5.2.1.2.1 2010/12/21 17:10:29 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 ca7d6824a6eb7..2547fbe94941c 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.6.2.1.2.1 2010/12/21 17:10:29 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 033fc1e015a59..c05e75dfe123e 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/secure/lib/libssh/Makefile,v 1.43.2.3.4.1 2010/12/21 17:10:29 kensmith Exp $ .include <bsd.own.mk> diff --git a/secure/lib/libssl/Makefile b/secure/lib/libssl/Makefile index 4a32c16632a29..63850b2a6ed42 100644 --- a/secure/lib/libssl/Makefile +++ b/secure/lib/libssl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/secure/lib/libssl/Makefile,v 1.25.2.1.2.2 2011/01/19 07:44:47 simon Exp $ LIB= ssl SHLIB_MAJOR= 5 diff --git a/secure/lib/libssl/Makefile.man b/secure/lib/libssl/Makefile.man index 82196877fd454..249e8253dd7df 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.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $ # DO NOT EDIT: generated from man-makefile-update target MAN+= SSL_CIPHER_get_name.3 MAN+= SSL_COMP_add_compression_method.3 |