From 93ad956d88ffd117a6f81c5e38d9aaed3ae8b6e9 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 27 Dec 2017 21:59:33 +0100 Subject: [PATCH] crypt.h: Remove two unused constants. These should have been removed already last year in commit d9f54f43 (crypto: Remove support for ASN public keys), since that commit made the constants obsolete. --- crypt.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/crypt.h b/crypt.h index 85623fba..22182d6c 100644 --- a/crypt.h +++ b/crypt.h @@ -2,13 +2,6 @@ /** \file crypt.h Public crypto interface. */ - -/* These are used to distinguish between loading of private/public key. */ - -/** The key to load is a public key. */ -#define LOAD_PUBLIC_KEY 0 -/** The key to load is a private key. */ -#define LOAD_PRIVATE_KEY 1 /** The size of the challenge sent to the client. */ #define CHALLENGE_SIZE 64 -- 2.39.2