From d92e6fdf5aae7a320effa3de769ce4c0378485c4 Mon Sep 17 00:00:00 2001 From: miod <> Date: Sun, 9 Nov 2014 19:12:18 +0000 Subject: 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. --- src/lib/libcrypto/shlib_version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libcrypto/shlib_version') 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 @@ major=30 -minor=1 +minor=2 -- cgit v1.2.3-55-g6feb