From 7d4838dca87aa31487426eb9093d65058a535300 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 5 Sep 2006 21:26:48 +0000 Subject: Remove pgcrypto functions that were deprecated and slated for removal. Marko Kreen --- contrib/pgcrypto/pgcrypto.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'contrib/pgcrypto/pgcrypto.h') diff --git a/contrib/pgcrypto/pgcrypto.h b/contrib/pgcrypto/pgcrypto.h index 3211fc4dede..b011b06062e 100644 --- a/contrib/pgcrypto/pgcrypto.h +++ b/contrib/pgcrypto/pgcrypto.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $PostgreSQL: pgsql/contrib/pgcrypto/pgcrypto.h,v 1.10 2006/07/13 04:15:25 neilc Exp $ + * $PostgreSQL: pgsql/contrib/pgcrypto/pgcrypto.h,v 1.11 2006/09/05 21:26:48 tgl Exp $ */ #ifndef _PG_CRYPTO_H @@ -36,9 +36,7 @@ /* exported functions */ Datum pg_digest(PG_FUNCTION_ARGS); -Datum pg_digest_exists(PG_FUNCTION_ARGS); Datum pg_hmac(PG_FUNCTION_ARGS); -Datum pg_hmac_exists(PG_FUNCTION_ARGS); Datum pg_gen_salt(PG_FUNCTION_ARGS); Datum pg_gen_salt_rounds(PG_FUNCTION_ARGS); Datum pg_crypt(PG_FUNCTION_ARGS); @@ -46,7 +44,6 @@ Datum pg_encrypt(PG_FUNCTION_ARGS); Datum pg_decrypt(PG_FUNCTION_ARGS); Datum pg_encrypt_iv(PG_FUNCTION_ARGS); Datum pg_decrypt_iv(PG_FUNCTION_ARGS); -Datum pg_cipher_exists(PG_FUNCTION_ARGS); Datum pg_random_bytes(PG_FUNCTION_ARGS); #endif -- cgit v1.2.3