Fix POD errors to stop make install_docs dying with pod2man 2.5.0+
[openssl.git] / doc / ssl / SSL_CTX_set_client_CA_list.pod
index 632b556d1262227feb2038ef48f5484f112748fa..5e6613335c608e2e4ac323d55ba95bb2b028c047 100644 (file)
@@ -66,16 +66,16 @@ values:
 
 =over 4
 
 
 =over 4
 
-=item 1
-
-The operation succeeded.
-
 =item 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 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 1
+
+The operation succeeded.
+
 =back
 
 =head1 EXAMPLES
 =back
 
 =head1 EXAMPLES