]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - crypt.h
crypt.h: Remove two unused constants.
[paraslash.git] / 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