Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: fix compiler warnings in node_crypto.cc #25205

Merged
merged 1 commit into from
Dec 26, 2018
Merged

Commits on Dec 26, 2018

  1. src: fix compiler warnings in node_crypto.cc

    During the time between nodejs#24234
    being opened and it landing, a V8 update occurred that deprecated
    several APIs. This commit fixes the following compiler warnings:
    
    ../src/node_crypto.cc:3342:11:
      warning: 'Set' is deprecated: Use maybe version
    
    ../src/node_crypto.cc:3345:13:
      warning: 'GetFunction' is deprecated: Use maybe version
    
    PR-URL: nodejs#25205
    Reviewed-By: Tobias Nießen <[email protected]>
    Reviewed-By: Daniel Bevenius <[email protected]>
    cjihrig committed Dec 26, 2018
    Configuration menu
    Copy the full SHA
    0951995 View commit details
    Browse the repository at this point in the history