From: Andre Noll <maan@tuebingen.mpg.de>
Date: Wed, 27 Dec 2017 20:59:33 +0000 (+0100)
Subject: crypt.h: Remove two unused constants.
X-Git-Tag: v0.6.2~5^2~6
X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=93ad956d88ffd117a6f81c5e38d9aaed3ae8b6e9;p=paraslash.git

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.
---

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