pgcrypto: Remove inappropriate const qualifier

Peter Eisentraut <peter_e@gmx.net>

Commit: 652300f5392f2d951b368c38f1cf123003e5e21e
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2012-01-15T12:00:52Z
Releases: 9.2.0
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.

Files

PathChange+/−
contrib/pgcrypto/mbuf.c modified +1 −1
contrib/pgcrypto/mbuf.h modified +1 −1