diff options
Diffstat (limited to 'src/backend/libpq/be-secure-openssl.c')
-rw-r--r-- | src/backend/libpq/be-secure-openssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/libpq/be-secure-openssl.c b/src/backend/libpq/be-secure-openssl.c index e1ddfb3c16e..567cf7d4550 100644 --- a/src/backend/libpq/be-secure-openssl.c +++ b/src/backend/libpq/be-secure-openssl.c @@ -1013,7 +1013,7 @@ static const char * SSLerrmessage(unsigned long ecode) { const char *errreason; - static char errbuf[32]; + static char errbuf[36]; if (ecode == 0) return _("no SSL error reported"); |