Improve EVP_PKEY_sign documentation
[openssl.git] / doc / crypto / ASN1_STRING_length.pod
index c4ec693f17bd870600fd35614d039ef1c1a7d7d3..f651e4f2aee0314f3e550f99b08c96308b1a1273 100644 (file)
@@ -3,11 +3,13 @@
 =head1 NAME
 
 ASN1_STRING_dup, ASN1_STRING_cmp, ASN1_STRING_set, ASN1_STRING_length,
-ASN1_STRING_length_set, ASN1_STRING_type, ASN1_STRING_data -
+ASN1_STRING_length_set, ASN1_STRING_type, ASN1_STRING_data, ASN1_STRING_to_UTF8 -
 ASN1_STRING utility functions
 
 =head1 SYNOPSIS
 
+ #include <openssl/asn1.h>
+
  int ASN1_STRING_length(ASN1_STRING *x);
  unsigned char * ASN1_STRING_data(ASN1_STRING *x);