mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Disable --master-key as not-yet-working for 0.2.7
This commit is contained in:
@@ -1920,7 +1920,11 @@ static const struct {
|
||||
{ "--list-fingerprint", TAKES_NO_ARGUMENT },
|
||||
{ "--keygen", TAKES_NO_ARGUMENT },
|
||||
{ "--newpass", TAKES_NO_ARGUMENT },
|
||||
#if 0
|
||||
/* XXXX028: This is not working yet in 0.2.7, so disabling with the
|
||||
* minimal code modification. */
|
||||
{ "--master-key", ARGUMENT_NECESSARY },
|
||||
#endif
|
||||
{ "--no-passphrase", TAKES_NO_ARGUMENT },
|
||||
{ "--passphrase-fd", ARGUMENT_NECESSARY },
|
||||
{ "--verify-config", TAKES_NO_ARGUMENT },
|
||||
|
||||
Reference in New Issue
Block a user