]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/crypto.h
o fix : restore a crypted stream on a fd witch doen't define keys cause
[bacula/bacula] / bacula / src / lib / crypto.h
index 25c5260e251d75aafecba0a0c8c0d61a1057ccf8..8b3552d08c96e3bd4b51bbd548c78ac74b3198ee 100644 (file)
@@ -113,6 +113,9 @@ typedef enum {
 #define CRYPTO_DIGEST_MAX_SIZE CRYPTO_DIGEST_SHA512_SIZE
 #endif
 
+/* Dummy Value */
+#define CRYPTO_CIPHER_MAX_BLOCK_SIZE 0
+
 #endif /* HAVE_OPENSSL */
 
 #endif /* __CRYPTO_H_ */