-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
in order to import or define the RUBY_TYPED_FROZEN_SHAREABLE macro.
- Loading branch information
1 parent
8367b16
commit b8504c2
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,10 +10,6 @@ | |
/* modified by Michal Rokos <[email protected]> */ | ||
#include "ossl.h" | ||
|
||
#ifdef HAVE_RB_EXT_RACTOR_SAFE | ||
#include <ruby/ractor.h> | ||
#endif | ||
|
||
#define NewBN(klass) \ | ||
TypedData_Wrap_Struct((klass), &ossl_bn_type, 0) | ||
#define SetBN(obj, bn) do { \ | ||
|