Fix for partial chain notification.
authorDr. Stephen Henson <steve@openssl.org>
Fri, 13 Dec 2013 14:05:32 +0000 (14:05 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 13 Dec 2013 15:39:55 +0000 (15:39 +0000)
commit102302b05b2ea9c46a29be8a1451b7d1d6e3aa78
tree1c6aa9dde11bef27e3a5ec3b37293f49092be644
parent7af31968dd867a15cca4789a754009a74fbcb2b7
Fix for partial chain notification.

For consistency with other cases if we are performing
partial chain verification with just one certificate
notify the callback with ok==1.
(cherry picked from commit 852553d9005e13aed7feb986a5d71cb885b994c7)
crypto/x509/x509_vfy.c