summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/shlib_version
diff options
context:
space:
mode:
authormiod <>2014-11-09 19:12:18 +0000
committermiod <>2014-11-09 19:12:18 +0000
commitd92e6fdf5aae7a320effa3de769ce4c0378485c4 (patch)
treef2bf66bee1b6810bdd5feaf8e64d47fde890a658 /src/lib/libcrypto/shlib_version
parent5d7cd4280f8e0ed4d8d648ab9c7572052af93909 (diff)
downloadopenbsd-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_version2
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 @@
1major=30 1major=30
2minor=1 2minor=2