1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-28 10:49:16 +00:00

Merge branch '1.0-maint'

This commit is contained in:
Thomas Waldmann 2016-06-26 20:46:12 +02:00
commit 323894d195

View file

@ -96,7 +96,7 @@ cdef class AES:
cdef EVP_CIPHER_CTX *ctx
cdef int is_encrypt
cdef unsigned char iv_orig[16]
cdef int blocks
cdef long long blocks
def __cinit__(self, is_encrypt, key, iv=None):
self.ctx = EVP_CIPHER_CTX_new()