aboutsummaryrefslogtreecommitdiff
path: root/src/op/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/op/crypto.h')
-rw-r--r--src/op/crypto.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/op/crypto.h b/src/op/crypto.h
deleted file mode 100644
index 17c61e669..000000000
--- a/src/op/crypto.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/**
- * crypto.h
- * Crypto calls.
- *
- * Matej Pfajfar <mp292@cam.ac.uk>
- */
-
-/*
- * Changes :
- * $Log$
- * Revision 1.1 2002/06/26 22:45:50 arma
- * Initial revision
- *
- * Revision 1.1 2002/04/02 14:28:01 badbytes
- * Final finishes.
- *
- */
-
-#include "../common/onion.h"
-
-int crypt_f(unsigned char *buf, size_t buflen, crypt_path_t **cpath, size_t cpathlen);
-
-int crypt_b(unsigned char *buf, size_t buflen, crypt_path_t **cpath, size_t cpathlen);