Extract common bits from OpenSSL implementation

Peter Eisentraut <peter_e@gmx.net>

Commit: 1c2183403b958422c27782329ba19f9a3e0874ba
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2018-01-23T12:11:39Z
Releases: 11.0
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