mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-23 16:20:26 -05:00
Fix compile failure using sun studio compiler, cast to correct type.
git-svn-id: file:///svn/unbound/trunk@2365 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
05e9f914c5
commit
6457e97255
1 changed files with 1 additions and 1 deletions
|
|
@ -539,7 +539,7 @@ daemon_delete(struct daemon* daemon)
|
||||||
#endif
|
#endif
|
||||||
#if HAVE_DECL_SSL_COMP_GET_COMPRESSION_METHODS && HAVE_DECL_SK_SSL_COMP_POP_FREE
|
#if HAVE_DECL_SSL_COMP_GET_COMPRESSION_METHODS && HAVE_DECL_SK_SSL_COMP_POP_FREE
|
||||||
#ifndef S_SPLINT_S
|
#ifndef S_SPLINT_S
|
||||||
sk_SSL_COMP_pop_free(comp_meth, (void*)CRYPTO_free);
|
sk_SSL_COMP_pop_free(comp_meth, (void(*)())CRYPTO_free);
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_OPENSSL_CONFIG
|
#ifdef HAVE_OPENSSL_CONFIG
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue