projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0b2ec0
)
Fix C++-style comment.
author
Neil Conway
<neilc@samurai.com>
Thu, 13 Jul 2006 04:52:51 +0000
(
04:52
+0000)
committer
Neil Conway
<neilc@samurai.com>
Thu, 13 Jul 2006 04:52:51 +0000
(
04:52
+0000)
contrib/pgcrypto/pgp-mpi-internal.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pgcrypto/pgp-mpi-internal.c
b/contrib/pgcrypto/pgp-mpi-internal.c
index 46e19d071e896f86535d61dc6552c8494a6419da..be5c1b179b4aa94785823be0551384ce0fb5daa3 100644
(file)
--- a/
contrib/pgcrypto/pgp-mpi-internal.c
+++ b/
contrib/pgcrypto/pgp-mpi-internal.c
@@
-47,7
+47,7
@@
static void mp_clear_free(mpz_t *a)
{
if (!a)
return;
- /
/ fixme: no clear?
+ /
* fixme: no clear? */
mp_int_free(a);
}