diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-06-16 09:03:05 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-06-16 15:31:51 +0200 |
commit | 72aaf102929121513a91b69a9808f6e3c669655d (patch) | |
tree | 466def07918a5c6bbe36d46108b60d0241699f74 /src/certtool-args.def | |
parent | 4ad76785ef2feec7af64f3821edd8eb67de88762 (diff) | |
download | gnutls-72aaf102929121513a91b69a9808f6e3c669655d.tar.gz |
tools: removed options for openpgp support
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'src/certtool-args.def')
-rw-r--r-- | src/certtool-args.def | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/certtool-args.def b/src/certtool-args.def index 437ecbef74..e2d29090af 100644 --- a/src/certtool-args.def +++ b/src/certtool-args.def @@ -276,20 +276,6 @@ flag = { }; flag = { - name = pgp-certificate-info; - descrip = "Print information on the given OpenPGP certificate"; - doc = ""; - deprecated; -}; - -flag = { - name = pgp-ring-info; - descrip = "Print information on the given OpenPGP keyring structure"; - doc = ""; - deprecated; -}; - -flag = { name = crl-info; value = l; descrip = "Print information on the given CRL structure"; @@ -397,13 +383,6 @@ flag = { }; flag = { - name = pgp-key-info; - descrip = "Print information on an OpenPGP private key"; - doc = ""; - deprecated; -}; - -flag = { name = pubkey-info; descrip = "Print information on a public key"; doc = "The option combined with --load-request, --load-pubkey, --load-privkey and --load-certificate will extract the public key of the object in question."; |