X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=crypt.c;h=222bece7249add6aa01639419d63a42426ca9c84;hb=3ea5399aeec092dcdb9f039288f1e146aadbb2f7;hp=1678977a4502a008a695843b5e56a0e9a4bc6a79;hpb=97ad8ac8735dfd7a514aa66e9de54f253440c17d;p=paraslash.git diff --git a/crypt.c b/crypt.c index 1678977a..222bece7 100644 --- a/crypt.c +++ b/crypt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2014 Andre Noll + * Copyright (C) 2005 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -23,6 +23,7 @@ #include "crypt.h" #include "fd.h" #include "crypt_backend.h" +#include "base64.h" struct asymmetric_key { RSA *rsa;