]> 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 5e25748c09551bf1b33e7b142baaafd73df5bd36..22182d6c080fb7a95633b819bf148b70775a6474 100644 (file)
--- a/crypt.h
+++ b/crypt.h
@@ -1,18 +1,7 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \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