X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=crypt.c;h=222bece7249add6aa01639419d63a42426ca9c84;hp=0137e004cbb2b0e121373c1ffe1d5ee6e5f75b6e;hb=3ea5399aeec092dcdb9f039288f1e146aadbb2f7;hpb=bfdd36f2879b8dee1f6d3330bc49fbb5644d3caf diff --git a/crypt.c b/crypt.c index 0137e004..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;