From aac667f964ba47332b9f6925ca28844ad2b12e58 Mon Sep 17 00:00:00 2001 From: miod <> Date: Sun, 9 Nov 2014 19:12:16 +0000 Subject: [PATCH] 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/crypto/shlib_version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/libcrypto/crypto/shlib_version b/src/lib/libcrypto/crypto/shlib_version index 10f084cd..869b6116 100644 --- a/src/lib/libcrypto/crypto/shlib_version +++ b/src/lib/libcrypto/crypto/shlib_version @@ -1,2 +1,2 @@ major=30 -minor=1 +minor=2