diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-02-17 13:37:03 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-02-17 13:37:03 +0100 |
commit | 5ac21f66a954af3c876c138e9f5ee851ef00d408 (patch) | |
tree | 8e196426ed0ce415652c6f3ab76b514f5b63c4ae /lib/ASN1.c | |
parent | fc8326b29da6c85cc2daddb330a26d6b0d755c0f (diff) | |
download | libtasn1-5ac21f66a954af3c876c138e9f5ee851ef00d408.tar.gz libtasn1-5ac21f66a954af3c876c138e9f5ee851ef00d408.tar.bz2 libtasn1-5ac21f66a954af3c876c138e9f5ee851ef00d408.zip |
Generated.
Diffstat (limited to 'lib/ASN1.c')
-rw-r--r-- | lib/ASN1.c | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -2757,9 +2757,9 @@ _asn1_create_errorDescription(int error,char *errorDescription) * %ASN1_SUCCESS: The file has a correct syntax and every identifier * is known. * - * %ASN1_ELEMENT_NOT_EMPTY: *POINTER not ASN1_TYPE_EMPTY. + * %ASN1_ELEMENT_NOT_EMPTY: @definitions not %ASN1_TYPE_EMPTY. * - * %ASN1_FILE_NOT_FOUND: An error occured while opening FILE_NAME. + * %ASN1_FILE_NOT_FOUND: An error occured while opening @file_name. * * %ASN1_SYNTAX_ERROR: The syntax is not correct. * @@ -2767,7 +2767,7 @@ _asn1_create_errorDescription(int error,char *errorDescription) * is not defined. * * %ASN1_NAME_TOO_LONG: In the file there is an identifier whith more - * than ASN1_MAX_NAME_SIZE characters. + * than %ASN1_MAX_NAME_SIZE characters. **/ asn1_retCode asn1_parser2tree(const char *file_name, ASN1_TYPE *definitions, @@ -2850,7 +2850,7 @@ asn1_parser2tree(const char *file_name, ASN1_TYPE *definitions, * %ASN1_SUCCESS: The file has a correct syntax and every identifier * is known. * - * %ASN1_FILE_NOT_FOUND: An error occured while opening FILE_NAME. + * %ASN1_FILE_NOT_FOUND: An error occured while opening @inputFileName. * * %ASN1_SYNTAX_ERROR: The syntax is not correct. * @@ -2858,7 +2858,7 @@ asn1_parser2tree(const char *file_name, ASN1_TYPE *definitions, * is not defined. * * %ASN1_NAME_TOO_LONG: In the file there is an identifier whith more - * than ASN1_MAX_NAME_SIZE characters. + * than %ASN1_MAX_NAME_SIZE characters. **/ int asn1_parser2array(const char *inputFileName,const char *outputFileName, const char *vectorName,char *errorDescription){ |