From bb1f78b0976389edbc302ea662b80029cbf5ce5a Mon Sep 17 00:00:00 2001 From: miod <> Date: Mon, 12 May 2014 19:14:14 +0000 Subject: Move the `pqueue' part of libcrypto, which is a glorified sorted linked list of 64-bit data, and only used by DTLS, to libssl where it belongs. Remove pqueue_print() which is a debugging interface and serves no useful purpose, except for the regress test, which grows its own pqueue_print() routine. Bump libcrypto major and libssl minor. WARNING: do not update your tree right now, more changes are coming, which will ride the libcrypto major bump. --- src/lib/libssl/ssl/shlib_version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libssl/ssl/shlib_version') diff --git a/src/lib/libssl/ssl/shlib_version b/src/lib/libssl/ssl/shlib_version index 906022aa66..aa54cbb404 100644 --- a/src/lib/libssl/ssl/shlib_version +++ b/src/lib/libssl/ssl/shlib_version @@ -1,2 +1,2 @@ major=24 -minor=0 +minor=1 -- cgit v1.2.3-55-g6feb