diff options
Diffstat (limited to 'lib/libssl')
-rw-r--r-- | lib/libssl/src/doc/crypto/ASN1_STRING_length.pod | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libssl/src/doc/crypto/ASN1_STRING_length.pod b/lib/libssl/src/doc/crypto/ASN1_STRING_length.pod index a08e9a0fa47..c4ec693f17b 100644 --- a/lib/libssl/src/doc/crypto/ASN1_STRING_length.pod +++ b/lib/libssl/src/doc/crypto/ASN1_STRING_length.pod @@ -8,8 +8,6 @@ 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); |