summaryrefslogtreecommitdiff
path: root/src/sexp.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2004-10-12 08:55:42 +0000
committerWerner Koch <wk@gnupg.org>2004-10-12 08:55:42 +0000
commit2db0ccbddfee72f56ec7517e86703284cf29ca96 (patch)
tree923b34e8b036649aaa11afc17241fc6c367efb9a /src/sexp.c
parentcc54cc397baf3c2ec25606ba43cc03b87b3a499a (diff)
downloadlibgcrypt-2db0ccbddfee72f56ec7517e86703284cf29ca96.tar.gz
* sexp.c (sexp_sscan): Removed C++ style comments. Noted by Yoann
Vandoorselaere. * secmem.h (_gcry_secmem_set_flags,_gcry_secmem_get_flags): Removed __pure__. (GCRY_SECMEM_FLAG_NO_WARNING): Put macro value into parens.
Diffstat (limited to 'src/sexp.c')
-rw-r--r--src/sexp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sexp.c b/src/sexp.c
index dfa126c6..33bb912d 100644
--- a/src/sexp.c
+++ b/src/sexp.c
@@ -972,7 +972,6 @@ sexp_sscan (gcry_sexp_t *retsexp, size_t *erroff,
*erroff = p - buffer;
/* Invalid octal value. */
err = GPG_ERR_SEXP_BAD_QUOTATION;
- //return gcry_error (GPG_ERR_SEXP_BAD_QUOTATION);
}
p += 2;
n -= 2;
@@ -985,7 +984,6 @@ sexp_sscan (gcry_sexp_t *retsexp, size_t *erroff,
*erroff = p - buffer;
/* Invalid hex value. */
err = GPG_ERR_SEXP_BAD_QUOTATION;
- //return gcry_error (GPG_ERR_SEXP_BAD_QUOTATION);
}
p += 2;
n -= 2;