Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • BIND BIND
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 527
    • Issues 527
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 101
    • Merge requests 101
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source Projects
  • BINDBIND
  • Issues
  • #432

Closed
Open
Created Jul 24, 2018 by Mark Andrews@markaOwner

sha2.c does not compile with libressl.

sha2.c: In function 'isc_sha224_init':
sha2.c:32: warning: implicit declaration of function 'EVP_MD_CTX_new'
sha2.c:32: warning: assignment makes pointer from integer without a cast
sha2.c: In function 'isc_sha224_invalidate':
sha2.c:41: warning: implicit declaration of function 'EVP_MD_CTX_free'
sha2.c: In function 'isc_sha256_init':
sha2.c:80: warning: assignment makes pointer from integer without a cast
sha2.c: In function 'isc_sha512_init':
sha2.c:128: warning: assignment makes pointer from integer without a cast
sha2.c: In function 'isc_sha384_init':
sha2.c:174: warning: assignment makes pointer from integer without a cast
sha2.c: In function 'isc_sha224_end':
sha2.c:241: warning: implicit declaration of function 'EVP_MD_CTX_reset'
Assignee
Assign to
Time tracking