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

doc: fix CCM cipher example in MJS #39949

Closed
wants to merge 3 commits into from

Commits on Aug 30, 2021

  1. doc: fix CCM cipher example in MJS

    The original example used 'return' to terminate the current control
    flow, which is valid in CommonJS. When the example was copied and
    modified to use MJS syntax, the 'return' statement was left in but is
    not allowed.
    
    Refs: nodejs#37594
    tniessen committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    0b42990 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Update doc/api/crypto.md

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    tniessen and aduh95 committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    ca3a2e9 View commit details
    Browse the repository at this point in the history
  2. Update doc/api/crypto.md

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    tniessen and aduh95 committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    df20f82 View commit details
    Browse the repository at this point in the history