From: Richard Levitte Date: Sun, 10 Nov 2019 14:36:24 +0000 (+0100) Subject: SSL: Document SSL_add_{file,dir,store}_cert_subjects_to_stack() X-Git-Tag: openssl-3.0.0-alpha1~972 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=ee669781d5de4c017595149c6036ca24b35aa2c7;hp=ee669781d5de4c017595149c6036ca24b35aa2c7 SSL: Document SSL_add_{file,dir,store}_cert_subjects_to_stack() This also removes the incorrect documentation comments by those functions, and fixes a bug in SSL_add_store_cert_subjects_to_stack(), where the condition for recursive addition was 'depth == 0' when it should be 'depth > 0'. Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/10402) ---