[#] http://marc.info/?l=openbsd-cvs&m=140707654829365&w=2
openbsd-cvs(obsdave,2) — All
2014-08-03 18:55:10


Module name: src
Changes by: jsg@cvs.openbsd.org 2014/08/03 08:35:30

Modified files:
lib/libressl : ressl_verify.c

Log message:
X509_NAME_get_text_by_NID() returns -1 on error so the type
the return value is stored in must be signed. Fixes a test for error.

ok jsing@ guenther@