Re: [HACKERS] [PORTS] openbsd 3.2, postgresql 7.3beta3 and openssl 'e_os.h' include

2002-11-07 Thread Tom Lane
I said: > Anyway, get_last_socket_error() seems exactly equivalent to our macro > SOCK_ERRNO in libpq/libpq-int.h. AFAICT, the uses of it in our > code are these: > /home/postgres/pgsql/src/backend/libpq/be-secure.c: > errno = get_last_socket_error(); > /home/postgres/pgsql/src/backend/libpq/be-s

Re: [HACKERS] [PORTS] openbsd 3.2, postgresql 7.3beta3 and openssl 'e_os.h' include

2002-11-05 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > Peter Galbavy wrote: >> According to the feedback I have had, e_os.h is no longer a public interface >> header file in OpenSSL. 'get_last_socket_error' is a macro that seems to >> expand to errno. > OK, I am using: > #$ openssl > OpenSSL> ver

Re: [HACKERS] [PORTS] openbsd 3.2, postgresql 7.3beta3 and openssl 'e_os.h' include

2002-11-05 Thread Bruce Momjian
Peter Galbavy wrote: > According to the feedback I have had, e_os.h is no longer a public interface > header file in OpenSSL. 'get_last_socket_error' is a macro that seems to > expand to errno. > > Can I suggest someone with better understanding of the postgresql sources, > and ssl support, please