summaryrefslogtreecommitdiff
path: root/src/dumpsexp.c
Commit message (Collapse)AuthorAgeFilesLines
* Silence compiler warnings for unused internal value.NIIBE Yutaka2022-09-081-0/+1
| | | | | | | | | * cipher/primegen.c (gen_prime): Fix write only variable. * src/dumpsexp.c (parse_and_print): Likewise. -- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
* Change license of dumpsexp.c to LGPL.Werner Koch2019-11-051-11/+12
| | | | | | | | | | -- The only author of the code has been me and thus I change the license to LGPL for practical reasons. Note that my peronal as well as the g10 Code copyright assignments with the FSF have been terminated in 2010. Note further that for clarity I also added an additional copyright notice for my company.
* sexp: Add fall through annotation.NIIBE Yutaka2017-07-251-0/+1
| | | | | | * src/dumpsexp.c (parse_and_print): It's fall through. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
* Fixed a few warnings emitted by gcc 4.6.Werner Koch2011-03-281-1/+1
|
* Final changes for 1.5.0-beta1libgcrypt-1.5.0-beta1Werner Koch2011-02-211-5/+5
|
* Nuked almost all trailing whitespace.post-nuke-of-trailing-wsWerner Koch2011-02-041-30/+29
| | | | Check and install the standard git pre-commit hook.
* Doc fixes.Werner Koch2010-11-041-25/+149
| | | | | Started some work on dumpsexp.
* Support WindowsCE.Werner Koch2010-01-211-0/+5
|
* Minor bug fixes.Werner Koch2009-07-021-7/+32
|
* Add CAVS test.Werner Koch2008-10-021-0/+2
| | | | | | Various minor fixes. Sigbus fixes for AES.
* Preparing a releaselibgcrypt-1.3.2Werner Koch2007-12-031-3/+1
|
* Updated the Windows entropy gatherer.Werner Koch2007-10-251-1/+1
| | | | | Typo fixes.
* Use extra counter to check random pool filling.Werner Koch2007-08-231-2/+55
| | | | | | Updated the documentation. Typo and comment fixes.
* Add new debug tool for S-expressions.Werner Koch2007-08-221-0/+560