diff options
author | 2014-03-20 19:30:56 +0000 | |
---|---|---|
committer | 2014-03-20 19:30:56 +0000 | |
commit | 07ae5a540a3cf9e8325fb4dbc7a4128259b00563 (patch) | |
tree | 07d1d1ef1401c421dd64e05a21abe118da64631e /eclass | |
parent | misc style fixes -- do not hardcode full path to `openssl` (diff) | |
download | historical-07ae5a540a3cf9e8325fb4dbc7a4128259b00563.tar.gz historical-07ae5a540a3cf9e8325fb4dbc7a4128259b00563.tar.bz2 historical-07ae5a540a3cf9e8325fb4dbc7a4128259b00563.zip |
drop long dead docert func
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ssl-cert.eclass | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/eclass/ssl-cert.eclass b/eclass/ssl-cert.eclass index 7eb066284fd7..ad33f3023123 100644 --- a/eclass/ssl-cert.eclass +++ b/eclass/ssl-cert.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ssl-cert.eclass,v 1.21 2014/03/20 19:30:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ssl-cert.eclass,v 1.22 2014/03/20 19:30:56 vapier Exp $ # @ECLASS: ssl-cert.eclass # @MAINTAINER: @@ -175,13 +175,6 @@ gen_pem() { return $? } -# Removed due to bug 174759 -docert() { - eerror "Function \"docert\" has been removed for security reasons." - eerror "\"install_cert\" should be used instead. See bug 174759." - die -} - # @FUNCTION: install_cert # @USAGE: <certificates> # @DESCRIPTION: |