X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=crypt_common.c;h=cd9500ab39f3a89cd4ee70da64d0d7e72ff7c84f;hp=5ad4d43d883b498989412182a54e880aa3ba0766;hb=806d269d1c063e391de2d28ddc76d526c3463049;hpb=3e6bba778c867a8977704b5c15e52fa18fb0d900 diff --git a/crypt_common.c b/crypt_common.c index 5ad4d43d..cd9500ab 100644 --- a/crypt_common.c +++ b/crypt_common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2012 Andre Noll + * Copyright (C) 2005-2013 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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"