]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fixup SSL EX_DATA index
authorTodd Short <tshort@akamai.com>
Tue, 29 Mar 2016 17:40:48 +0000 (13:40 -0400)
committerRich Salz <rsalz@openssl.org>
Tue, 29 Mar 2016 20:22:08 +0000 (16:22 -0400)
commitb6ca88ab9d7b3e15b6ba541bc581bf018c453537
tree9e297a0abc344f88660e4c149d630a925a225df5
parent0a2629b38e5f8ea95e51fff170e64ac59716a212
Fixup SSL EX_DATA index

The SSL, SSL_CTX, and SSL_SESSION indices were being referenced
incorrectly in the "_get_ex_new_index" functions.

Remove the STORE EX_DATA index; that functionality is gone.

Reviewed-by: Emilia Käsper <emilia@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
include/openssl/crypto.h
include/openssl/ssl.h