aboutsummaryrefslogtreecommitdiff
path: root/openssl/doc/crypto/ASN1_STRING_new.pod
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/doc/crypto/ASN1_STRING_new.pod')
-rw-r--r--openssl/doc/crypto/ASN1_STRING_new.pod2
1 files changed, 2 insertions, 0 deletions
diff --git a/openssl/doc/crypto/ASN1_STRING_new.pod b/openssl/doc/crypto/ASN1_STRING_new.pod
index 5b1bbb7eb..8ac2a03ae 100644
--- a/openssl/doc/crypto/ASN1_STRING_new.pod
+++ b/openssl/doc/crypto/ASN1_STRING_new.pod
@@ -7,6 +7,8 @@ ASN1_STRING allocation functions
=head1 SYNOPSIS
+ #include <openssl/asn1.h>
+
ASN1_STRING * ASN1_STRING_new(void);
ASN1_STRING * ASN1_STRING_type_new(int type);
void ASN1_STRING_free(ASN1_STRING *a);