diff options
| author | miod <> | 2014-05-12 19:14:14 +0000 |
|---|---|---|
| committer | miod <> | 2014-05-12 19:14:14 +0000 |
| commit | d65c39e2c5f99603b15513e73dbc0dc5ca5b73fd (patch) | |
| tree | f99b0c7d57d24dcda17ac624bffd72e594930568 /src/lib/libssl/shlib_version | |
| parent | 184c91d9e726029e0dd6782d9ec4e2e1a7f7fc70 (diff) | |
| download | openbsd-d65c39e2c5f99603b15513e73dbc0dc5ca5b73fd.tar.gz openbsd-d65c39e2c5f99603b15513e73dbc0dc5ca5b73fd.tar.bz2 openbsd-d65c39e2c5f99603b15513e73dbc0dc5ca5b73fd.zip | |
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.
Diffstat (limited to 'src/lib/libssl/shlib_version')
| -rw-r--r-- | src/lib/libssl/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/shlib_version b/src/lib/libssl/shlib_version index 906022aa66..aa54cbb404 100644 --- a/src/lib/libssl/shlib_version +++ b/src/lib/libssl/shlib_version | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | major=24 | 1 | major=24 |
| 2 | minor=0 | 2 | minor=1 |
