constify *_dup() and *i2d_*() and related functions as far as possible, introducing...
[openssl.git] / doc / man3 / ASN1_STRING_length.pod
index e726083b60e599e7ac389768a251b9ebe55d9183..86eb8350102c93aa3f1d661001fed54f252cb7d7 100644 (file)
@@ -14,7 +14,7 @@ ASN1_STRING_to_UTF8 - ASN1_STRING utility functions
  const unsigned char * ASN1_STRING_get0_data(const ASN1_STRING *x);
  unsigned char * ASN1_STRING_data(ASN1_STRING *x);
 
- ASN1_STRING * ASN1_STRING_dup(ASN1_STRING *a);
+ ASN1_STRING * ASN1_STRING_dup(const ASN1_STRING *a);
 
  int ASN1_STRING_cmp(ASN1_STRING *a, ASN1_STRING *b);