Hi,

I have a crypto engine to perform AES encryption/decryption. I have
initialized the EVP_CIPHER structure with the needed function pointers. I
get called in "init" where I do some bookkeeping(could be assigning a
context id). When this context is over I would like to remove any
bookkeeping I would have done. I thought the 'cleanup' function would get
called and I can do the necessary cleanups there. But this is not getting
called though the context is over. Is there something that I am missing. I
am using version 0.9.8

Reply via email to