Fix setting of debug callback in apps/enc.c
authorRichard Levitte <levitte@openssl.org>
Wed, 13 Apr 2016 00:43:45 +0000 (02:43 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 13 Apr 2016 00:43:45 +0000 (02:43 +0200)
commit7a82f778bd23eec978d57679de48def0e5010284
tree9671de39feb2975e451bfa6236374861b15de332
parent9d5ac9532c58c8b2d10d5e8ee8029dcb40aecfbe
Fix setting of debug callback in apps/enc.c

Setting the debug callback on the in and out BIOs were done too early.
No debug callback was set on the zlib filter BIO.

Reviewed-by: Tim Hudson <tjh@openssl.org>
apps/enc.c