diff --git a/src/crypto.h b/src/crypto.h index 27b8a7a..6e0a895 100644 --- a/src/crypto.h +++ b/src/crypto.h @@ -26,7 +26,5 @@ #define CIPHER_DECRYPT 0 #define CIPHER_ENCRYPT 1 -#define HDR_SZ 100 - #endif /* END CRYPTO */