diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2014-09-28 14:47:07 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2014-09-28 14:47:07 +0000 |
commit | c7077a888ed08e3e282aef3b2ff5073971ea32a9 (patch) | |
tree | bb172d8741813fc09aabe7e93c848c5cc9afef9f /lib | |
parent | 4b69d38c50a271ce06401f0ad5e9ac14e56a6ef2 (diff) |
Bump minor after adding SSL_CTX_use_certificate_chain().
ok jsing@ miod@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libssl/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/shlib_version b/lib/libssl/shlib_version index 54ef0c4cc0c..72e5894f74e 100644 --- a/lib/libssl/shlib_version +++ b/lib/libssl/shlib_version @@ -1,2 +1,2 @@ major=27 -minor=0 +minor=1 |