crypt.h: Remove two unused constants.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 27 Dec 2017 20:59:33 +0000 (21:59 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 25 Feb 2018 23:10:28 +0000 (00:10 +0100)
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

diff --git a/crypt.h b/crypt.h
index 85623fbae9a561a4809c26bf7e5e85ca5bbad6d4..22182d6c080fb7a95633b819bf148b70775a6474 100644 (file)
--- 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