X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=bluesky%2Fcrypto.c;h=8aeba3aebc2e7c4ae124959033442bea1962ddc1;hb=91689059f908a46b2fc3b29e2436e16d39f9dde9;hp=defe1b334d12c9b8832c7248295fb70e0a4c7bc1;hpb=9047d936bd8bbf6acc6799e559c2766d4c487263;p=bluesky.git diff --git a/bluesky/crypto.c b/bluesky/crypto.c index defe1b3..8aeba3a 100644 --- a/bluesky/crypto.c +++ b/bluesky/crypto.c @@ -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()