Extract common bits from OpenSSL implementation
Peter Eisentraut <peter_e@gmx.net>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/libpq/be-secure.c | modified | +71 −0 |
| src/backend/libpq/be-secure-openssl.c | modified | +1 −61 |
| src/include/libpq/libpq.h | modified | +1 −0 |
| src/interfaces/libpq/fe-secure.c | modified | +8 −6 |
| src/interfaces/libpq/fe-secure-openssl.c | modified | +0 −8 |