X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=crypt.c;h=cf1cabecbad80cdca6d69cf2bbc2165427a84ed8;hb=1350e8670b34445336f1bf67d78887bb4de27907;hp=34eeb407ed6a33a2487e449dcb87b297b89c6e85;hpb=a27ec6094608c05a9f87e445902c29d15ca11547;p=paraslash.git 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) {