From 845f12da7e01b0bb3b5ad50f9e48b90ed6fd2721 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Mon, 4 Jun 2012 17:15:43 +0200 Subject: [PATCH] Fix name of pgcrypto module Reported by Peter E --- templates/pages/support/security.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/pages/support/security.html b/templates/pages/support/security.html index fb87cf96..d053784f 100644 --- a/templates/pages/support/security.html +++ b/templates/pages/support/security.html @@ -67,7 +67,7 @@ to determine if the bug affects specific installations or not. 9.1.4, 9.0.8, 8.4.12, 8.3.19 contrib module C - Passwords containing the byte 0x80 passed to the crypt() function in pg_crypto are incorrectly truncated if DES encryption was used + Passwords containing the byte 0x80 passed to the crypt() function in pgcrypto are incorrectly truncated if DES encryption was used -- 2.39.5