diff options
Diffstat (limited to 'contrib/pgcrypto/openssl.c')
-rw-r--r-- | contrib/pgcrypto/openssl.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/pgcrypto/openssl.c b/contrib/pgcrypto/openssl.c index 76a2a56b67..18fb075488 100644 --- a/contrib/pgcrypto/openssl.c +++ b/contrib/pgcrypto/openssl.c @@ -26,10 +26,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: openssl.c,v 1.1 2000/10/31 13:11:28 petere Exp $ + * $Id: openssl.c,v 1.2 2001/02/10 02:31:26 tgl Exp $ */ -#include <postgres.h> +#include "postgres.h" + #include "pgcrypto.h" #include <evp.h> |