X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=crypt_common.c;fp=crypt_common.c;h=705c7249903e2f4e998043e2a483029c43596809;hp=5ad4d43d883b498989412182a54e880aa3ba0766;hb=2830b9f881898aaec073d5ba19e33482e30190bd;hpb=e151dbb79eac16326585ec0a33cf48029f5f22f4 diff --git a/crypt_common.c b/crypt_common.c index 5ad4d43d..705c7249 100644 --- a/crypt_common.c +++ b/crypt_common.c @@ -11,8 +11,8 @@ #include "para.h" #include "error.h" #include "string.h" -#include "crypt_backend.h" #include "crypt.h" +#include "crypt_backend.h" /** If the key begins with this text, we treat it as an ssh key. */ #define KEY_TYPE_TXT "ssh-rsa"