]> granicus.if.org Git - php/commit
Do not add already added object to the internal OpenSSL table
authorJakub Zelenka <bukka@php.net>
Wed, 3 Aug 2016 19:01:41 +0000 (20:01 +0100)
committerJakub Zelenka <bukka@php.net>
Wed, 26 Apr 2017 13:59:15 +0000 (14:59 +0100)
commitc0203c0cebcb22b892a6923ca7afc086c96c391c
tree2824517bedd19fc12c39d5ae29cacbf668a8b345
parentf639b64dca0a72bd7cbb8f773d8934036a175e20
Do not add already added object to the internal OpenSSL table

This fixes OpenSSL 1.1 where adding object with OID that has been
already added causes an error - preventing of duplication.
ext/openssl/openssl.c