]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/jcr.h
Support for FD-side file encryption.
[bacula/bacula] / bacula / src / jcr.h
index 413482063966aab5e6c0fbf042c5e5bedf5511a1..869bde86a7ba988c59f0fcf173ec9529c4ba6236 100644 (file)
@@ -240,6 +240,7 @@ public:
    CRYPTO_SESSION *pki_session;       /* PKE Public Keys + Symmetric Session Keys */
    void *pki_session_encoded;         /* Cached DER-encoded copy of pki_session */
    size_t pki_session_encoded_size;   /* Size of DER-encoded pki_session */
+   POOLMEM *crypto_buf;               /* Encryption/Decryption buffer */
    DIRRES* director;                  /* Director resource */
 #endif /* FILE_DAEMON */