[Rpm-maint] [rpm-software-management/rpm] Add OpenSSL crypto backend (#129)
Stephen Gallagher
notifications at github.com
Wed Feb 8 14:19:03 UTC 2017
Thanks, but you made me realize one problematic thing with that patch: it was now a situation where on OpenSSL 1.0.2, we are allocating with `malloc()` and freeing with `OPENSSL_free()`, which is not correctly paired. We really need to be doing one or the other, and it looks to me like there really isn't any advantage to using the OpenSSL versions where I have been anyway.
So I'll strike them completely and simplify the code.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/129#issuecomment-278340621
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20170208/29788675/attachment-0001.html>
More information about the Rpm-maint
mailing list