]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - crypt.c
Move base64 implementation to own file.
[paraslash.git] / crypt.c
diff --git a/crypt.c b/crypt.c
index 0137e004cbb2b0e121373c1ffe1d5ee6e5f75b6e..222bece7249add6aa01639419d63a42426ca9c84 100644 (file)
--- a/crypt.c
+++ b/crypt.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2014 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
  *
  * 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;