summaryrefslogtreecommitdiffstats
path: root/doc/crypto/ASN1_OBJECT_new.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/ASN1_OBJECT_new.pod')
-rw-r--r--doc/crypto/ASN1_OBJECT_new.pod1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/crypto/ASN1_OBJECT_new.pod b/doc/crypto/ASN1_OBJECT_new.pod
index 338b72653e..36fc5716ec 100644
--- a/doc/crypto/ASN1_OBJECT_new.pod
+++ b/doc/crypto/ASN1_OBJECT_new.pod
@@ -19,6 +19,7 @@ ASN1_OBJECT structure, which represents an ASN1 OBJECT IDENTIFIER.
ASN1_OBJECT_new() allocates and initializes a ASN1_OBJECT structure.
ASN1_OBJECT_free() frees up the B<ASN1_OBJECT> structure B<a>.
+If B<a> is NULL, nothing is done.
=head1 NOTES