aboutsummaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-11-21 08:48:08 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-11-21 08:48:08 +0000
commitc55ae80a58b34ac8f64d6c09a0c8afbe089a8de2 (patch)
treeb7e2b72a452293d87d2aee19126dcda8270e95a1 /secure
parentcc4ade4066a67bb640ef5411a81463a7c917cebf (diff)
downloadsrc-c55ae80a58b34ac8f64d6c09a0c8afbe089a8de2.tar.gz
src-c55ae80a58b34ac8f64d6c09a0c8afbe089a8de2.zip
Remove myself as maintainer of openssl; I no longer have enough time to
devote to it.
Notes
Notes: svn path=/head/; revision=107133
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libcrypto/Makefile2
-rw-r--r--secure/lib/libssl/Makefile2
-rw-r--r--secure/usr.bin/openssl/Makefile2
3 files changed, 0 insertions, 6 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile
index 38f5a08d5a49..6da25cb6a3b0 100644
--- a/secure/lib/libcrypto/Makefile
+++ b/secure/lib/libcrypto/Makefile
@@ -29,8 +29,6 @@ SHLIB_MAJOR= 2
NOLINT= true
-MAINTAINER= kris
-
# base sources
SRCS+= cpt_err.c cryptlib.c cversion.c ebcdic.c ex_data.c mem.c mem_dbg.c \
tmdiff.c uid.c
diff --git a/secure/lib/libssl/Makefile b/secure/lib/libssl/Makefile
index 7a0eeb0a47a3..22050fb8d9de 100644
--- a/secure/lib/libssl/Makefile
+++ b/secure/lib/libssl/Makefile
@@ -5,8 +5,6 @@ SHLIB_MAJOR= 2
NOLINT= true
-MAINTAINER= kris
-
SRCS= bio_ssl.c s23_clnt.c s23_lib.c s23_meth.c s23_pkt.c s23_srvr.c \
s2_clnt.c s2_enc.c s2_lib.c s2_meth.c s2_pkt.c s2_srvr.c \
s3_both.c s3_clnt.c s3_enc.c s3_lib.c s3_meth.c s3_pkt.c \
diff --git a/secure/usr.bin/openssl/Makefile b/secure/usr.bin/openssl/Makefile
index ae55edd8682c..be75e6a973d4 100644
--- a/secure/usr.bin/openssl/Makefile
+++ b/secure/usr.bin/openssl/Makefile
@@ -7,8 +7,6 @@ LCRYPTO_SRC= ${.CURDIR}/../../../crypto/openssl/crypto
PROG= openssl
-MAINTAINER= kris
-
DPADD= ${LIBSSL} ${LIBCRYPTO}
LDADD= -lssl -lcrypto
MLINKS= openssl.1 ssl.8