diff options
| author | miod <> | 2014-11-09 19:12:18 +0000 |
|---|---|---|
| committer | miod <> | 2014-11-09 19:12:18 +0000 |
| commit | d92e6fdf5aae7a320effa3de769ce4c0378485c4 (patch) | |
| tree | f2bf66bee1b6810bdd5feaf8e64d47fde890a658 /src/lib/libcrypto/shlib_version | |
| parent | 5d7cd4280f8e0ed4d8d648ab9c7572052af93909 (diff) | |
| download | openbsd-d92e6fdf5aae7a320effa3de769ce4c0378485c4.tar.gz openbsd-d92e6fdf5aae7a320effa3de769ce4c0378485c4.tar.bz2 openbsd-d92e6fdf5aae7a320effa3de769ce4c0378485c4.zip | |
Introduce EVP_MD_CTX_ctrl(), to allow for fine control of a given digest.
This functionality was already available (and optional), and used in the
bowels of the ASN.1 code. This exposes it as a public interface, which will
be used by the upcoming GOST code.
Crank libcrypto minor version.
From Dmitry Eremin-Solenikov.
Diffstat (limited to 'src/lib/libcrypto/shlib_version')
| -rw-r--r-- | src/lib/libcrypto/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/shlib_version b/src/lib/libcrypto/shlib_version index 10f084cda1..869b6116df 100644 --- a/src/lib/libcrypto/shlib_version +++ b/src/lib/libcrypto/shlib_version | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | major=30 | 1 | major=30 |
| 2 | minor=1 | 2 | minor=2 |
