Remove NEED_SKEY_1024 parsing.

Only v2 onion services needed this, and they are now gone.

Closes #40374.
This commit is contained in:
Nick Mathewson
2021-04-23 15:55:51 -04:00
parent f0260c4cea
commit 8d0d7a665a
4 changed files with 11 additions and 28 deletions
-1
View File
@@ -218,7 +218,6 @@ typedef struct directory_token_t {
typedef enum {
NO_OBJ, /**< No object, ever. */
NEED_OBJ, /**< Object is required. */
NEED_SKEY_1024,/**< Object is required, and must be a 1024 bit private key */
NEED_KEY_1024, /**< Object is required, and must be a 1024 bit public key */
NEED_KEY, /**< Object is required, and must be a public key. */
OBJ_OK, /**< Object is optional. */