RT2379: Additional typo fix
[openssl.git] / doc / crypto / ASN1_OBJECT_new.pod
index 51679bfcd97c44bfb7104c16488b443b701a38fc..338b72653e52f5d1e9a4983d09f95b0ca896f1cc 100644 (file)
@@ -2,10 +2,12 @@
 
 =head1 NAME
 
-ASN1_OBJECT_new, ASN1_OBJECT_free, - object allocation functions
+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);