diff options
author | Simon Josefsson <simon@josefsson.org> | 2013-03-24 10:54:53 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2013-03-24 10:57:17 +0100 |
commit | 661f3b91335ed8c57abfe2713464694cb4da3d05 (patch) | |
tree | 02d707d2241b3dd06b271c2fd37c9b4fee2c9c4f /lib/coding.c | |
parent | c81c317e46b8390cf454129b5bcf2923fcf783ae (diff) | |
download | libtasn1-661f3b91335ed8c57abfe2713464694cb4da3d05.tar.gz libtasn1-661f3b91335ed8c57abfe2713464694cb4da3d05.tar.bz2 libtasn1-661f3b91335ed8c57abfe2713464694cb4da3d05.zip |
Fix syntax-check warnings.
Diffstat (limited to 'lib/coding.c')
-rw-r--r-- | lib/coding.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/coding.c b/lib/coding.c index 6aeb0ec..8dd6ae0 100644 --- a/lib/coding.c +++ b/lib/coding.c @@ -192,13 +192,13 @@ asn1_octet_der (const unsigned char *str, int str_len, * @tl_len: the bytes of the @tl field * * Creates the DER encoding for various simple ASN.1 types like strings etc. - * It stores the tag and length in @tl, which should have space for at least + * It stores the tag and length in @tl, which should have space for at least * %ASN1_MAX_TL_SIZE bytes. Initially @tl_len should contain the size of @tl. * * The complete DER encoding should consist of the value in @tl appended * with the provided @str. * - * Returns: %ASN1_SUCCESS if successful or an error value. + * Returns: %ASN1_SUCCESS if successful or an error value. **/ int asn1_encode_simple_der (unsigned int etype, const unsigned char *str, |