postgresql/contrib/pgcrypto
Peter Eisentraut 652300f539 pgcrypto: Remove inappropriate const qualifier
The function in question does not in fact ensure that the passed
argument is not changed, and the callers don't care much either.
2012-01-15 14:00:52 +02:00
..
expected
sql
.gitignore Support "make check" in contrib 2011-04-25 22:27:11 +03:00
blf.c
blf.h
crypt-blowfish.c Remove many -Wcast-qual warnings 2011-09-11 21:54:32 +03:00
crypt-des.c Remove many -Wcast-qual warnings 2011-09-11 21:54:32 +03:00
crypt-gensalt.c Remove many -Wcast-qual warnings 2011-09-11 21:54:32 +03:00
crypt-md5.c Standardize treatment of strcmp() return value 2011-12-27 21:19:09 +02:00
fortuna.c
fortuna.h
imath.c
imath.h
internal-sha2.c
internal.c Standardize treatment of strcmp() return value 2011-12-27 21:19:09 +02:00
Makefile
mbuf.c pgcrypto: Remove inappropriate const qualifier 2012-01-15 14:00:52 +02:00
mbuf.h pgcrypto: Remove inappropriate const qualifier 2012-01-15 14:00:52 +02:00
md5.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
md5.h
openssl.c Standardize treatment of strcmp() return value 2011-12-27 21:19:09 +02:00
pgcrypto--1.0.sql Don't quote language name 2011-11-17 18:35:07 -03:00
pgcrypto--unpackaged--1.0.sql Throw a useful error message if an extension script file is fed to psql. 2011-10-12 15:45:03 -04:00
pgcrypto.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
pgcrypto.control
pgcrypto.h
pgp-armor.c
pgp-cfb.c
pgp-compress.c
pgp-decrypt.c
pgp-encrypt.c
pgp-info.c
pgp-mpi-internal.c
pgp-mpi-openssl.c
pgp-mpi.c
pgp-pgsql.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
pgp-pubdec.c
pgp-pubenc.c
pgp-pubkey.c
pgp-s2k.c Clean up most -Wunused-but-set-variable warnings from gcc 4.6 2011-04-11 22:28:45 +03:00
pgp.c
pgp.h
px-crypt.c Standardize treatment of strcmp() return value 2011-12-27 21:19:09 +02:00
px-crypt.h
px-hmac.c Clean up most -Wunused-but-set-variable warnings from gcc 4.6 2011-04-11 22:28:45 +03:00
px.c Standardize treatment of strcmp() return value 2011-12-27 21:19:09 +02:00
px.h Add missing format attributes 2011-09-10 23:12:46 +03:00
random.c
rijndael.c
rijndael.h
rijndael.tbl
sha1.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
sha1.h
sha2.c
sha2.h