Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9e1c5fb

Browse files
committed
Fix missing 'buf' variable in SSL sources and add missing includes.
1 parent7005e4c commit9e1c5fb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎src/backend/libpq/be-secure.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
*
1313
* IDENTIFICATION
14-
* $Header: /cvsroot/pgsql/src/backend/libpq/be-secure.c,v 1.8 2002/06/17 15:19:28 momjian Exp $
14+
* $Header: /cvsroot/pgsql/src/backend/libpq/be-secure.c,v 1.9 2002/06/17 15:23:36 momjian Exp $
1515
*
1616
* Since the server static private key ($DataDir/server.key)
1717
* will normally be stored unencrypted so that the database
@@ -77,6 +77,7 @@
7777
#include"postgres.h"
7878

7979
#include<sys/types.h>
80+
#include<sys/stat.h>
8081
#include<signal.h>
8182
#include<fcntl.h>
8283
#include<errno.h>
@@ -583,7 +584,8 @@ static int
583584
initialize_SSL (void)
584585
{
585586
charfnbuf[2048];
586-
587+
structstatbuf;
588+
587589
if (!SSL_context)
588590
{
589591
SSL_library_init();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp