diff options
author | miod <> | 2014-11-09 19:12:18 +0000 |
---|---|---|
committer | miod <> | 2014-11-09 19:12:18 +0000 |
commit | a3c50c7d270773c83559454fd2b75ec6e04f43ab (patch) | |
tree | f2bf66bee1b6810bdd5feaf8e64d47fde890a658 /src/lib/libcrypto/crypto | |
parent | eddb1ac4a1d54fc83b963d3de0d639285a026d4c (diff) | |
download | openbsd-a3c50c7d270773c83559454fd2b75ec6e04f43ab.tar.gz openbsd-a3c50c7d270773c83559454fd2b75ec6e04f43ab.tar.bz2 openbsd-a3c50c7d270773c83559454fd2b75ec6e04f43ab.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/crypto')
-rw-r--r-- | src/lib/libcrypto/crypto/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/crypto/shlib_version b/src/lib/libcrypto/crypto/shlib_version index 10f084cda1..869b6116df 100644 --- a/src/lib/libcrypto/crypto/shlib_version +++ b/src/lib/libcrypto/crypto/shlib_version | |||
@@ -1,2 +1,2 @@ | |||
1 | major=30 | 1 | major=30 |
2 | minor=1 | 2 | minor=2 |