Link in passphrase-encoding(7) in relevant documentation
[openssl.git] / doc / man3 / o2i_SCT_LIST.pod
index 82922fce150ad80a2fb54d8d87fb6a77f9bc8548..28989387edbae47932fad08dc7b47c492315f86e 100644 (file)
@@ -9,7 +9,8 @@ decode and encode Signed Certificate Timestamp lists in TLS wire format
 
  #include <openssl/ct.h>
 
- STACK_OF(SCT) *o2i_SCT_LIST(STACK_OF(SCT) **a, const unsigned char **pp, size_t len);
+ STACK_OF(SCT) *o2i_SCT_LIST(STACK_OF(SCT) **a, const unsigned char **pp,
+                             size_t len);
  int i2o_SCT_LIST(const STACK_OF(SCT) *a, unsigned char **pp);
  SCT *o2i_SCT(SCT **psct, const unsigned char **in, size_t len);
  int i2o_SCT(const SCT *sct, unsigned char **out);
@@ -28,7 +29,7 @@ L<d2i_SCT_LIST> and L<i2d_SCT_LIST>.
 
 =head1 SEE ALSO
 
-L<ct(3)>,
+L<ct(7)>,
 L<d2i_SCT_LIST(3)>,
 L<i2d_SCT_LIST(3)>