X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=crypt.h;h=22182d6c080fb7a95633b819bf148b70775a6474;hp=5e25748c09551bf1b33e7b142baaafd73df5bd36;hb=93ad956d88ffd117a6f81c5e38d9aaed3ae8b6e9;hpb=64411efdbd90f1080ad1fd010d468cea63aec923 diff --git a/crypt.h b/crypt.h index 5e25748c..22182d6c 100644 --- a/crypt.h +++ b/crypt.h @@ -1,18 +1,7 @@ -/* - * Copyright (C) 2005 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2005 Andre Noll , 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