Use algorithm specific chains for certificates.
[openssl.git] / doc / ssl / SSL_CTX_set_client_CA_list.pod
index 632b556d1262227feb2038ef48f5484f112748fa..5e97392668a22481ef92e86864d5f908787a2989 100644 (file)
@@ -66,16 +66,16 @@ values:
 
 =over 4
 
-=item 1
-
-The operation succeeded.
-
-=item 0
+=item Z<>0
 
 A failure while manipulating the STACK_OF(X509_NAME) object occurred or
 the X509_NAME could not be extracted from B<cacert>. Check the error stack
 to find out the reason.
 
+=item Z<>1
+
+The operation succeeded.
+
 =back
 
 =head1 EXAMPLES