]> granicus.if.org Git - postgresql/commit
Extract common bits from OpenSSL implementation
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 19 Jan 2018 15:17:56 +0000 (10:17 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 23 Jan 2018 12:11:39 +0000 (07:11 -0500)
commit1c2183403b958422c27782329ba19f9a3e0874ba
tree7a75d8a167ceddbe15d6bf823cbd95dcfe8f8d48
parentf966101d19fcef6441e43da417467b3ed5ad3074
Extract common bits from OpenSSL implementation

Some things in be-secure-openssl.c and fe-secure-openssl.c were not
actually specific to OpenSSL but could also be used by other
implementations.  In order to avoid copy-and-pasting, move some of that
code to common files.
src/backend/libpq/be-secure-openssl.c
src/backend/libpq/be-secure.c
src/include/libpq/libpq.h
src/interfaces/libpq/fe-secure-openssl.c
src/interfaces/libpq/fe-secure.c