commit | 0f5f72e949f007eed6c410966d0ade58439237a6 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jan 18 14:58:55 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jan 18 14:58:55 2011 +0000 |
tree | ba153156ba88f9e42e1ce1324d2d51b9c3ce5020 | |
parent | 3cccddb2386cb87777f905c85157dffc572f57c8 [diff] [blame] |
- Fixed doxygen syntax to standard '\' instead of '@'
diff --git a/library/x509parse.c b/library/x509parse.c index 7a5fdad..378f0a9 100644 --- a/library/x509parse.c +++ b/library/x509parse.c
@@ -2631,7 +2631,7 @@ /* * Wrapper for x509 hashes. * - * @param out Buffer to receive the hash (Should be at least 64 bytes) + * \param out Buffer to receive the hash (Should be at least 64 bytes) */ static void x509_hash( const unsigned char *in, int len, int alg, unsigned char *out )