summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-10-08 15:23:13 +0200
committerSimon Josefsson <simon@josefsson.org>2008-10-08 15:23:13 +0200
commit2fdda6dc8ae0053f72f1e21dcab781d9da81d172 (patch)
tree0abc0dd9b0e4a9dc33435a90d6f8652f11b78686 /doc
parenta59d06403ef4e5392b2ab0784da6a935219457d0 (diff)
downloadlibtasn1-2fdda6dc8ae0053f72f1e21dcab781d9da81d172.tar.gz
libtasn1-2fdda6dc8ae0053f72f1e21dcab781d9da81d172.tar.bz2
libtasn1-2fdda6dc8ae0053f72f1e21dcab781d9da81d172.zip
Update usages of MAX_* constants.
Diffstat (limited to 'doc')
-rw-r--r--doc/libtasn1.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/libtasn1.texi b/doc/libtasn1.texi
index cf2b580..382f1e5 100644
--- a/doc/libtasn1.texi
+++ b/doc/libtasn1.texi
@@ -247,10 +247,10 @@ initialization. For example:
Some functions require a parameter named errorDescription of char*
type. The array must be already allocated and must have at least
-@code{MAX_ERROR_DESCRIPTION_SIZE} bytes (E.g, as in @code{char
-Description[MAX_ERROR_DESCRIPTION_SIZE];}).
+@code{ASN1_MAX_ERROR_DESCRIPTION_SIZE} bytes (E.g, as in @code{char
+Description[ASN1_MAX_ERROR_DESCRIPTION_SIZE];}).
-@code{MAX_NAME_SIZE} indicates the maximum number of characters of a
+@code{ASN1_MAX_NAME_SIZE} indicates the maximum number of characters of a
name inside a file with ASN1 definitions.
@node Future developments