diff options
author | kris <kris@FreeBSD.org> | 2002-11-21 08:48:08 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-11-21 08:48:08 +0000 |
commit | 22dd80b8068b411e1b05b4f0e9d8e2de6dccf33e (patch) | |
tree | b7e2b72a452293d87d2aee19126dcda8270e95a1 /secure | |
parent | 972b5bdececf06a184ea595e7669f9c875964c17 (diff) | |
download | FreeBSD-src-22dd80b8068b411e1b05b4f0e9d8e2de6dccf33e.zip FreeBSD-src-22dd80b8068b411e1b05b4f0e9d8e2de6dccf33e.tar.gz |
Remove myself as maintainer of openssl; I no longer have enough time to
devote to it.
Diffstat (limited to 'secure')
-rw-r--r-- | secure/lib/libcrypto/Makefile | 2 | ||||
-rw-r--r-- | secure/lib/libssl/Makefile | 2 | ||||
-rw-r--r-- | secure/usr.bin/openssl/Makefile | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index 38f5a08..6da25cb 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 7a0eeb0..22050fb 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 ae55edd..be75e6a 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 |