Work to add inode serialization/deserialization routines.
[bluesky.git] / bluesky / crypto.c
index defe1b3..8aeba3a 100644 (file)
@@ -19,9 +19,6 @@
  * the functions in this file, so this is the only point where we interface
  * with an external cryptographic library. */
 
-#define CRYPTO_BLOCK_SIZE 16        /* 128-bit AES */
-#define CRYPTO_KEY_SIZE   16
-
 GCRY_THREAD_OPTION_PTHREAD_IMPL;
 
 void bluesky_crypt_init()