Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

src: fix compilation error in node_crypto_common #220

Closed
wants to merge 2 commits into from
Closed

src: fix compilation error in node_crypto_common #220

wants to merge 2 commits into from

Commits on Dec 16, 2019

  1. src: move BaseObject subclass dtors out of node_crypto.h

    Move destructors for subclasses of `BaseObject` from node_crypto.h
    to node_crypto.cc. This removes the need to include base_object-inl.h
    when using node_crypto.h in some cases.
    addaleax authored and danbev committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    0b1a9f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9353cb5 View commit details
    Browse the repository at this point in the history