X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Finternal%2Fman3%2Fs2i_ASN1_UTF8STRING.pod;h=9b806eb80bbeb64f73b891ac0b46a5a91ebe3ccd;hp=c5b434a5b55d22d40c73b218d584d01c791ddcb6;hb=b93e2ec273f8a6e7165fddaae1fe75615c0edf5a;hpb=e32e00ab200c83b138594292228d6bd26722bd95 diff --git a/doc/internal/man3/s2i_ASN1_UTF8STRING.pod b/doc/internal/man3/s2i_ASN1_UTF8STRING.pod index c5b434a5b5..9b806eb80b 100644 --- a/doc/internal/man3/s2i_ASN1_UTF8STRING.pod +++ b/doc/internal/man3/s2i_ASN1_UTF8STRING.pod @@ -3,12 +3,12 @@ =head1 NAME i2s_ASN1_UTF8STRING, -s2i_ASN1_UTF8STRING, +s2i_ASN1_UTF8STRING - convert objects from/to ASN.1/string representation =head1 SYNOPSIS -=for openssl generic + #include "crypto/x509v3.h" char *i2s_ASN1_UTF8STRING(X509V3_EXT_METHOD *method, ASN1_UTF8STRING *utf8); @@ -22,7 +22,7 @@ representation. This function is used for B extentions. =head1 NOTES -The letters B and B in B() stand for +The letters B and B in i2s_ASN1_UTF8STRING() stand for "internal" (that is, an internal C structure) and string respectively. So B() converts from internal to string.