Fixes final issue in CT PODs highlighted by util/find-doc-nits.pl
[openssl.git] / doc / crypto / X509_get0_uids.pod
index 77f858d6c3834e6228f77f1eb0cc6dd31231ef70..4eab26e23f447b41fae94ed4c7ba7e22267f83c6 100644 (file)
@@ -8,7 +8,8 @@ X509_get0_uids - get certificate unique identifiers
 
  #include <openssl/x509.h>
 
- void X509_get0_uids(ASN1_BIT_STRING **piuid, ASN1_BIT_STRING **psuid, X509 *x);
+ void X509_get0_uids(const X509 *x, const ASN1_BIT_STRING **piuid,
+                     const ASN1_BIT_STRING **psuid);
 
 =head1 DESCRIPTION
 
@@ -44,8 +45,6 @@ L<X509_sign(3)>,
 L<X509V3_get_d2i(3)>,
 L<X509_verify_cert(3)>
 
-=cut
-
 =head1 COPYRIGHT
 
 Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.