Prevent compiler warning in specific GC_key_create_inner
authorIvan Maidanski <ivmai@mail.ru>
Wed, 15 Feb 2012 05:12:35 +0000 (09:12 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 16 Feb 2012 04:56:01 +0000 (08:56 +0400)
commitcc6614592435073f918b1da420d5c922c177469c
treed3c776596ce13f10ad11152aafe4a92463defadb
parent6a1ceed9c488d034e1e3037465569998b4429fcb
Prevent compiler warning in specific GC_key_create_inner
(fix commit e07b66f)

* specific.c (GC_key_create_inner): Add explicit cast of invalid_tse
pointer ("un-const") to prevent compiler warning.
specific.c