rpm-software-management / librepo

A library providing C and Python (libcURL like) API for downloading packages and linux repository metadata in rpm-md format
http://rpm-software-management.github.io/librepo/
GNU Lesser General Public License v2.1
75 stars 91 forks source link

Fix default value for LRO_SSLVERIFYSTATUS #214

Closed kontura closed 3 years ago

kontura commented 3 years ago

When None is passed default value for LRO_SSLVERIFYSTATUS is supposed to be 0. I made a mistake in PR https://github.com/rpm-software-management/librepo/pull/213 and the tests don't pass now.