]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/statem/statem_clnt.c
Fix inline build failure
authorMatt Caswell <matt@openssl.org>
Wed, 23 Dec 2015 09:45:02 +0000 (09:45 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 23 Dec 2015 09:45:02 +0000 (09:45 +0000)
commit7ab09630cd069af0fe06a762e5d85b3e827b3b88
treefa52eeffe9d810708ee3bda5bd7e9ddf7579d39a
parent80e0ecbf580e1455cdd6ccdb6f8f918295dca81c
Fix inline build failure

After the recent change to use ossl_inline, builds were failing on some
platforms due to a missing usage of "inline".

Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/statem/statem_clnt.c