diff options
Diffstat (limited to 'openssl/doc/crypto/ASN1_OBJECT_new.pod')
-rw-r--r-- | openssl/doc/crypto/ASN1_OBJECT_new.pod | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openssl/doc/crypto/ASN1_OBJECT_new.pod b/openssl/doc/crypto/ASN1_OBJECT_new.pod index 51679bfcd..9bae40fcc 100644 --- a/openssl/doc/crypto/ASN1_OBJECT_new.pod +++ b/openssl/doc/crypto/ASN1_OBJECT_new.pod @@ -6,6 +6,8 @@ ASN1_OBJECT_new, ASN1_OBJECT_free, - object allocation functions =head1 SYNOPSIS + #include <openssl/asn1.h> + ASN1_OBJECT *ASN1_OBJECT_new(void); void ASN1_OBJECT_free(ASN1_OBJECT *a); |