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