X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=crypt.c;h=cf1cabecbad80cdca6d69cf2bbc2165427a84ed8;hp=34eeb407ed6a33a2487e449dcb87b297b89c6e85;hb=37dd76b70c9ca6459c483653c1a1d1cc9f32237c;hpb=a27ec6094608c05a9f87e445902c29d15ca11547 diff --git a/crypt.c b/crypt.c index 34eeb407..cf1cabec 100644 --- a/crypt.c +++ b/crypt.c @@ -18,15 +18,10 @@ /** \file crypt.c openssl-based RSA encryption/decryption routines */ -#include #include "para.h" #include "error.h" #include "string.h" - -/** \cond used to distinguish between loading of private/public key */ -#define LOAD_PUBLIC_KEY 0 -#define LOAD_PRIVATE_KEY 1 -/** \endcond **/ +#include "crypt.h" static EVP_PKEY *load_key(const char *file, int private) {